Html Css Color HEX #AAF190 Granny Smith Apple

📋 copy color: '#AAF190'

red 170 ◦ green 241 ◦ blue 144

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

Shades of Granny Smith Apple #AAF190

Tints of Granny Smith Apple #AAF190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.95%

R = 30.63%
G = 43.42%
B = 25.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#AAF190 (or 0xAAF190) is known color: Granny Smith Apple. HEX triplet: AA, F1 and 90. RGB value is (170,241,144). Sum of RGB (Red+Green+Blue) = 170+241+144=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF190 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF190 is #550E6F. Grayscale: #D1D1D1. Windows color (decimal): -5574256 or 9499050. OLE color: 9499050.

HSL color Cylindrical-coordinate representation of color #AAF190: hue angle of 103.92º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAF190 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 144 -
CMYK 0.29 0 0.40 0.05
HSL 103.92º 0.78% 0.75% -
HSV(B) 103.92º 0.4% 0.95% -
XYZ 53.07 73.47 37.77 -
YUV 208.71 91.48 100.39 -
System Red Green Blue C M Y K H S L
Decimal 170 241 144 0.29 0 0.40 0.05 103.92 0.78 0.75
Hex AA F1 90 1D 0 28 5 68 4E 4B
Octal 252 361 220 35 0 50 5 150 116 113
Binary 10101010 11110001 10010000 11101 0 101000 101 1101000 1001110 1001011

Color Harmonies of #AAF190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF190

Black with #AAF190

Text Example


Text Example

White with #AAF190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF190; }

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

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

background-color css

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

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

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

border-color css

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

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

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