Html Css Color HEX #AAF093 Granny Smith Apple

📋 copy color: '#AAF093'

red 170 ◦ green 240 ◦ blue 147

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

Shades of Granny Smith Apple #AAF093

Tints of Granny Smith Apple #AAF093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.39%

R = 30.52%
G = 43.09%
B = 26.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#AAF093 (or 0xAAF093) is known color: Granny Smith Apple. HEX triplet: AA, F0 and 93. RGB value is (170,240,147). Sum of RGB (Red+Green+Blue) = 170+240+147=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF093 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF093 is #550F6C. Grayscale: #D0D0D0. Windows color (decimal): -5574509 or 9695402. OLE color: 9695402.

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

Color convert

RGB 170 240 147 -
CMYK 0.29 0 0.39 0.06
HSL 105.16º 0.76% 0.76% -
HSV(B) 105.16º 0.39% 0.94% -
XYZ 53 72.97 38.9 -
YUV 208.47 93.31 100.56 -
System Red Green Blue C M Y K H S L
Decimal 170 240 147 0.29 0 0.39 0.06 105.16 0.76 0.76
Hex AA F0 93 1D 0 27 6 69 4C 4C
Octal 252 360 223 35 0 47 6 151 114 114
Binary 10101010 11110000 10010011 11101 0 100111 110 1101001 1001100 1001100

Color Harmonies of #AAF093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF093

Black with #AAF093

Text Example


Text Example

White with #AAF093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF093; }

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

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

background-color css

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

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

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

border-color css

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

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

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