Html Css Color HEX #AAF094 Granny Smith Apple

📋 copy color: '#AAF094'

red 170 ◦ green 240 ◦ blue 148

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

Shades of Granny Smith Apple #AAF094

Tints of Granny Smith Apple #AAF094

RGB

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

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

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

R = 30.47%
G = 43.01%
B = 26.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#AAF094 (or 0xAAF094) is known color: Granny Smith Apple. HEX triplet: AA, F0 and 94. RGB value is (170,240,148). Sum of RGB (Red+Green+Blue) = 170+240+148=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF094 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF094 is #550F6B. Grayscale: #D0D0D0. Windows color (decimal): -5574508 or 9760938. OLE color: 9760938.

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

Color convert

RGB 170 240 148 -
CMYK 0.29 0 0.38 0.06
HSL 105.65º 0.75% 0.76% -
HSV(B) 105.65º 0.38% 0.94% -
XYZ 53.08 73 39.31 -
YUV 208.58 93.81 100.48 -
System Red Green Blue C M Y K H S L
Decimal 170 240 148 0.29 0 0.38 0.06 105.65 0.75 0.76
Hex AA F0 94 1D 0 26 6 6A 4B 4C
Octal 252 360 224 35 0 46 6 152 113 114
Binary 10101010 11110000 10010100 11101 0 100110 110 1101010 1001011 1001100

Color Harmonies of #AAF094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF094

Black with #AAF094

Text Example


Text Example

White with #AAF094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF094; }

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

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

background-color css

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

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

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

border-color css

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

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

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