Html Css Color HEX #AAF111 Inch Worm

📋 copy color: '#AAF111'

red 170 ◦ green 241 ◦ blue 17

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

Shades of Inch Worm #AAF111

Tints of Inch Worm #AAF111

RGB

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

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

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

R = 39.72%
G = 56.31%
B = 3.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#AAF111 (or 0xAAF111) is known color: Inch Worm. HEX triplet: AA, F1 and 11. RGB value is (170,241,17). Sum of RGB (Red+Green+Blue) = 170+241+17=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF111 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF111 is #550EEE. Grayscale: #C3C3C3. Windows color (decimal): -5574383 or 1175978. OLE color: 1175978.

HSL color Cylindrical-coordinate representation of color #AAF111: hue angle of 79.02º degrees, saturation: 0.89, 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 #AAF111 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 17 -
CMYK 0.29 0 0.93 0.05
HSL 79.02º 0.89% 0.51% -
HSV(B) 79.02º 0.93% 0.95% -
XYZ 48.13 71.5 11.79 -
YUV 194.24 27.98 110.71 -
System Red Green Blue C M Y K H S L
Decimal 170 241 17 0.29 0 0.93 0.05 79.02 0.89 0.51
Hex AA F1 11 1D 0 5D 5 4F 59 33
Octal 252 361 21 35 0 135 5 117 131 63
Binary 10101010 11110001 10001 11101 0 1011101 101 1001111 1011001 110011

Color Harmonies of #AAF111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF111

Black with #AAF111

Text Example


Text Example

White with #AAF111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF111; }

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

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

background-color css

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

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

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

border-color css

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

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

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