Html Css Color HEX #AADF87 Feijoa

📋 copy color: '#AADF87'

red 170 ◦ green 223 ◦ blue 135

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

Shades of Feijoa #AADF87

Tints of Feijoa #AADF87

RGB

 RED value IS 170 (66.8% from 255) = 32.2%

 GREEN value IS 223 (87.5% from 255) = 42.23%

 BLUE value IS 135 (53.13% from 255) = 25.57%

R = 32.2%
G = 42.23%
B = 25.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#AADF87 (or 0xAADF87) is known color: Feijoa. HEX triplet: AA, DF and 87. RGB value is (170,223,135). Sum of RGB (Red+Green+Blue) = 170+223+135=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF87 is #552078. Grayscale: #C5C5C5. Windows color (decimal): -5578873 or 8904618. OLE color: 8904618.

HSL color Cylindrical-coordinate representation of color #AADF87: hue angle of 96.14º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AADF87 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 135 -
CMYK 0.24 0 0.39 0.13
HSL 96.14º 0.58% 0.7% -
HSV(B) 96.14º 0.39% 0.87% -
XYZ 47.34 63.07 32.6 -
YUV 197.12 92.94 108.66 -
System Red Green Blue C M Y K H S L
Decimal 170 223 135 0.24 0 0.39 0.13 96.14 0.58 0.7
Hex AA DF 87 18 0 27 D 60 3A 46
Octal 252 337 207 30 0 47 15 140 72 106
Binary 10101010 11011111 10000111 11000 0 100111 1101 1100000 111010 1000110

Color Harmonies of #AADF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF87

Black with #AADF87

Text Example


Text Example

White with #AADF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF87; }

 p { color: rgb(170,223,135); }

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

background-color css

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

 a { background-color: rgb(170,223,135); }

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

border-color css

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

 span { border-color: rgb(170,223,135); }

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