Html Css Color HEX #AAF58A Granny Smith Apple

📋 copy color: '#AAF58A'

red 170 ◦ green 245 ◦ blue 138

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

Shades of Granny Smith Apple #AAF58A

Tints of Granny Smith Apple #AAF58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.95%

R = 30.74%
G = 44.3%
B = 24.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#AAF58A (or 0xAAF58A) is known color: Granny Smith Apple. HEX triplet: AA, F5 and 8A. RGB value is (170,245,138). Sum of RGB (Red+Green+Blue) = 170+245+138=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF58A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF58A is #550A75. Grayscale: #D2D2D2. Windows color (decimal): -5573238 or 9106858. OLE color: 9106858.

HSL color Cylindrical-coordinate representation of color #AAF58A: hue angle of 102.06º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAF58A is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 138 -
CMYK 0.31 0 0.44 0.04
HSL 102.06º 0.84% 0.75% -
HSV(B) 102.06º 0.44% 0.96% -
XYZ 53.82 75.69 35.82 -
YUV 210.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 170 245 138 0.31 0 0.44 0.04 102.06 0.84 0.75
Hex AA F5 8A 1F 0 2C 4 66 54 4B
Octal 252 365 212 37 0 54 4 146 124 113
Binary 10101010 11110101 10001010 11111 0 101100 100 1100110 1010100 1001011

Color Harmonies of #AAF58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF58A

Black with #AAF58A

Text Example


Text Example

White with #AAF58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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