Html Css Color HEX #AAF090 Granny Smith Apple

📋 copy color: '#AAF090'

red 170 ◦ green 240 ◦ blue 144

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

Shades of Granny Smith Apple #AAF090

Tints of Granny Smith Apple #AAF090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.99%

R = 30.69%
G = 43.32%
B = 25.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#AAF090 (or 0xAAF090) is known color: Granny Smith Apple. HEX triplet: AA, F0 and 90. RGB value is (170,240,144). Sum of RGB (Red+Green+Blue) = 170+240+144=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF090 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF090 is #550F6F. Grayscale: #D0D0D0. Windows color (decimal): -5574512 or 9498794. OLE color: 9498794.

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

Color convert

RGB 170 240 144 -
CMYK 0.29 0 0.4 0.06
HSL 103.75º 0.76% 0.75% -
HSV(B) 103.75º 0.4% 0.94% -
XYZ 52.77 72.88 37.67 -
YUV 208.13 91.81 100.81 -
System Red Green Blue C M Y K H S L
Decimal 170 240 144 0.29 0 0.4 0.06 103.75 0.76 0.75
Hex AA F0 90 1D 0 28 6 68 4C 4B
Octal 252 360 220 35 0 50 6 150 114 113
Binary 10101010 11110000 10010000 11101 0 101000 110 1101000 1001100 1001011

Color Harmonies of #AAF090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF090

Black with #AAF090

Text Example


Text Example

White with #AAF090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF090; }

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

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

background-color css

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

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

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

border-color css

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

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

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