Html Css Color HEX #ADD395 Feijoa

📋 copy color: '#ADD395'

red 173 ◦ green 211 ◦ blue 149

#ADD395
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #ADD395

Tints of Feijoa #ADD395

RGB

 RED value IS 173 (67.97% from 255) = 32.46%

 GREEN value IS 211 (82.81% from 255) = 39.59%

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 32.46%
G = 39.59%
B = 27.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADD395 (or 0xADD395) is known color: Feijoa. HEX triplet: AD, D3 and 95. RGB value is (173,211,149). Sum of RGB (Red+Green+Blue) = 173+211+149=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD395 is #522C6A. Grayscale: #C0C0C0. Windows color (decimal): -5385323 or 9819053. OLE color: 9819053.

HSL color Cylindrical-coordinate representation of color #ADD395: hue angle of 96.77º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD395 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 149 -
CMYK 0.18 0 0.29 0.17
HSL 96.77º 0.41% 0.71% -
HSV(B) 96.77º 0.29% 0.83% -
XYZ 45.95 57.64 37.14 -
YUV 192.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 173 211 149 0.18 0 0.29 0.17 96.77 0.41 0.71
Hex AD D3 95 12 0 1D 11 61 29 47
Octal 255 323 225 22 0 35 21 141 51 107
Binary 10101101 11010011 10010101 10010 0 11101 10001 1100001 101001 1000111

Color Harmonies of #ADD395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD395

Black with #ADD395

Text Example


Text Example

White with #ADD395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD395; }

 p { color: rgb(173,211,149); }

 H1.HeaderClassName
 {
   color: #ADD395;
 }
 .AnyTagClassName
 {
   color: #ADD395;
 }
</style>

background-color css

<style>
 a { background-color: #ADD395; }

 a { background-color: rgb(173,211,149); }

 div.DivClassName
 {
   background-color: #ADD395;
 }
 .BgClassName
 {
   background-color: #ADD395;
 }
</style>

border-color css

<style>
 span { border-color: #ADD395; }

 span { border-color: rgb(173,211,149); }

 td.TdClassName
 {
   border-color: #ADD395;
 }
 .TagClassName
 {
   border-color: #ADD395;
 }
</style>