Html Css Color HEX #AAF594 Granny Smith Apple

📋 copy color: '#AAF594'

red 170 ◦ green 245 ◦ blue 148

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

Shades of Granny Smith Apple #AAF594

Tints of Granny Smith Apple #AAF594

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.52%

 BLUE value IS 148 (58.2% from 255) = 26.29%

R = 30.2%
G = 43.52%
B = 26.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#AAF594 (or 0xAAF594) is known color: Granny Smith Apple. HEX triplet: AA, F5 and 94. RGB value is (170,245,148). Sum of RGB (Red+Green+Blue) = 170+245+148=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF594 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF594 is #550A6B. Grayscale: #D3D3D3. Windows color (decimal): -5573228 or 9762218. OLE color: 9762218.

HSL color Cylindrical-coordinate representation of color #AAF594: hue angle of 106.39º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAF594 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 148 -
CMYK 0.31 0 0.40 0.04
HSL 106.39º 0.83% 0.77% -
HSV(B) 106.39º 0.4% 0.96% -
XYZ 54.58 75.99 39.81 -
YUV 211.52 92.15 98.39 -
System Red Green Blue C M Y K H S L
Decimal 170 245 148 0.31 0 0.40 0.04 106.39 0.83 0.77
Hex AA F5 94 1F 0 28 4 6A 53 4D
Octal 252 365 224 37 0 50 4 152 123 115
Binary 10101010 11110101 10010100 11111 0 101000 100 1101010 1010011 1001101

Color Harmonies of #AAF594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF594

Black with #AAF594

Text Example


Text Example

White with #AAF594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF594; }

 p { color: rgb(170,245,148); }

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

background-color css

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

 a { background-color: rgb(170,245,148); }

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

border-color css

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

 span { border-color: rgb(170,245,148); }

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