Html Css Color HEX #AAF211 Inch Worm

📋 copy color: '#AAF211'

red 170 ◦ green 242 ◦ blue 17

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

Shades of Inch Worm #AAF211

Tints of Inch Worm #AAF211

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.41%

 BLUE value IS 17 (7.03% from 255) = 3.96%

R = 39.63%
G = 56.41%
B = 3.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#AAF211 (or 0xAAF211) is known color: Inch Worm. HEX triplet: AA, F2 and 11. RGB value is (170,242,17). Sum of RGB (Red+Green+Blue) = 170+242+17=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF211 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF211 is #550DEE. Grayscale: #C3C3C3. Windows color (decimal): -5574127 or 1176234. OLE color: 1176234.

HSL color Cylindrical-coordinate representation of color #AAF211: hue angle of 79.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAF211 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 17 -
CMYK 0.30 0 0.93 0.05
HSL 79.2º 0.9% 0.51% -
HSV(B) 79.2º 0.93% 0.95% -
XYZ 48.43 72.09 11.89 -
YUV 194.82 27.65 110.3 -
System Red Green Blue C M Y K H S L
Decimal 170 242 17 0.30 0 0.93 0.05 79.2 0.9 0.51
Hex AA F2 11 1E 0 5D 5 4F 5A 33
Octal 252 362 21 36 0 135 5 117 132 63
Binary 10101010 11110010 10001 11110 0 1011101 101 1001111 1011010 110011

Color Harmonies of #AAF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF211

Black with #AAF211

Text Example


Text Example

White with #AAF211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF211; }

 p { color: rgb(170,242,17); }

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

background-color css

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

 a { background-color: rgb(170,242,17); }

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

border-color css

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

 span { border-color: rgb(170,242,17); }

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