Html Css Color HEX #AAF08B Granny Smith Apple

📋 copy color: '#AAF08B'

red 170 ◦ green 240 ◦ blue 139

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

Shades of Granny Smith Apple #AAF08B

Tints of Granny Smith Apple #AAF08B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.72%

 BLUE value IS 139 (54.69% from 255) = 25.32%

R = 30.97%
G = 43.72%
B = 25.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#AAF08B (or 0xAAF08B) is known color: Granny Smith Apple. HEX triplet: AA, F0 and 8B. RGB value is (170,240,139). Sum of RGB (Red+Green+Blue) = 170+240+139=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF08B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF08B is #550F74. Grayscale: #CFCFCF. Windows color (decimal): -5574517 or 9171114. OLE color: 9171114.

HSL color Cylindrical-coordinate representation of color #AAF08B: hue angle of 101.58º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAF08B is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 139 -
CMYK 0.29 0 0.42 0.06
HSL 101.58º 0.77% 0.74% -
HSV(B) 101.58º 0.42% 0.94% -
XYZ 52.4 72.73 35.7 -
YUV 207.56 89.31 101.21 -
System Red Green Blue C M Y K H S L
Decimal 170 240 139 0.29 0 0.42 0.06 101.58 0.77 0.74
Hex AA F0 8B 1D 0 2A 6 66 4D 4A
Octal 252 360 213 35 0 52 6 146 115 112
Binary 10101010 11110000 10001011 11101 0 101010 110 1100110 1001101 1001010

Color Harmonies of #AAF08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF08B

Black with #AAF08B

Text Example


Text Example

White with #AAF08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF08B; }

 p { color: rgb(170,240,139); }

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

background-color css

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

 a { background-color: rgb(170,240,139); }

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

border-color css

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

 span { border-color: rgb(170,240,139); }

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