Html Css Color HEX #ADDD8E Feijoa

📋 copy color: '#ADDD8E'

red 173 ◦ green 221 ◦ blue 142

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

Shades of Feijoa #ADDD8E

Tints of Feijoa #ADDD8E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 142 (55.86% from 255) = 26.49%

R = 32.28%
G = 41.23%
B = 26.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#ADDD8E (or 0xADDD8E) is known color: Feijoa. HEX triplet: AD, DD and 8E. RGB value is (173,221,142). Sum of RGB (Red+Green+Blue) = 173+221+142=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD8E is #522271. Grayscale: #C5C5C5. Windows color (decimal): -5382770 or 9362861. OLE color: 9362861.

HSL color Cylindrical-coordinate representation of color #ADDD8E: hue angle of 96.46º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADDD8E is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 142 -
CMYK 0.22 0 0.36 0.13
HSL 96.46º 0.54% 0.71% -
HSV(B) 96.46º 0.36% 0.87% -
XYZ 47.97 62.55 35.14 -
YUV 197.64 96.6 110.42 -
System Red Green Blue C M Y K H S L
Decimal 173 221 142 0.22 0 0.36 0.13 96.46 0.54 0.71
Hex AD DD 8E 16 0 24 D 60 36 47
Octal 255 335 216 26 0 44 15 140 66 107
Binary 10101101 11011101 10001110 10110 0 100100 1101 1100000 110110 1000111

Color Harmonies of #ADDD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD8E

Black with #ADDD8E

Text Example


Text Example

White with #ADDD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD8E; }

 p { color: rgb(173,221,142); }

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

background-color css

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

 a { background-color: rgb(173,221,142); }

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

border-color css

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

 span { border-color: rgb(173,221,142); }

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