Html Css Color HEX #AAF198 Granny Smith Apple

📋 copy color: '#AAF198'

red 170 ◦ green 241 ◦ blue 152

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

Shades of Granny Smith Apple #AAF198

Tints of Granny Smith Apple #AAF198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27%

R = 30.2%
G = 42.81%
B = 27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#AAF198 (or 0xAAF198) is known color: Granny Smith Apple. HEX triplet: AA, F1 and 98. RGB value is (170,241,152). Sum of RGB (Red+Green+Blue) = 170+241+152=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF198 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF198 is #550E67. Grayscale: #D1D1D1. Windows color (decimal): -5574248 or 10023338. OLE color: 10023338.

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

Color convert

RGB 170 241 152 -
CMYK 0.29 0 0.37 0.05
HSL 107.87º 0.76% 0.77% -
HSV(B) 107.87º 0.37% 0.95% -
XYZ 53.7 73.72 41.11 -
YUV 209.63 95.48 99.74 -
System Red Green Blue C M Y K H S L
Decimal 170 241 152 0.29 0 0.37 0.05 107.87 0.76 0.77
Hex AA F1 98 1D 0 25 5 6C 4C 4D
Octal 252 361 230 35 0 45 5 154 114 115
Binary 10101010 11110001 10011000 11101 0 100101 101 1101100 1001100 1001101

Color Harmonies of #AAF198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF198

Black with #AAF198

Text Example


Text Example

White with #AAF198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF198; }

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

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

background-color css

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

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

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

border-color css

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

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

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