Html Css Color HEX #AAF194 Granny Smith Apple

📋 copy color: '#AAF194'

red 170 ◦ green 241 ◦ blue 148

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

Shades of Granny Smith Apple #AAF194

Tints of Granny Smith Apple #AAF194

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.11%

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

R = 30.41%
G = 43.11%
B = 26.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#AAF194 (or 0xAAF194) is known color: Granny Smith Apple. HEX triplet: AA, F1 and 94. RGB value is (170,241,148). Sum of RGB (Red+Green+Blue) = 170+241+148=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF194 is #550E6B. Grayscale: #D1D1D1. Windows color (decimal): -5574252 or 9761194. OLE color: 9761194.

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

Color convert

RGB 170 241 148 -
CMYK 0.29 0 0.39 0.05
HSL 105.81º 0.77% 0.76% -
HSV(B) 105.81º 0.39% 0.95% -
XYZ 53.38 73.59 39.41 -
YUV 209.17 93.48 100.06 -
System Red Green Blue C M Y K H S L
Decimal 170 241 148 0.29 0 0.39 0.05 105.81 0.77 0.76
Hex AA F1 94 1D 0 27 5 6A 4D 4C
Octal 252 361 224 35 0 47 5 152 115 114
Binary 10101010 11110001 10010100 11101 0 100111 101 1101010 1001101 1001100

Color Harmonies of #AAF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF194

Black with #AAF194

Text Example


Text Example

White with #AAF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF194; }

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

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

background-color css

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

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

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

border-color css

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

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

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