Html Css Color HEX #AAF013 Inch Worm

📋 copy color: '#AAF013'

red 170 ◦ green 240 ◦ blue 19

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

Shades of Inch Worm #AAF013

Tints of Inch Worm #AAF013

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.94%

 BLUE value IS 19 (7.81% from 255) = 4.43%

R = 39.63%
G = 55.94%
B = 4.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#AAF013 (or 0xAAF013) is known color: Inch Worm. HEX triplet: AA, F0 and 13. RGB value is (170,240,19). Sum of RGB (Red+Green+Blue) = 170+240+19=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 240 (94.14% from 255 or 55.94% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF013 is #550FEC. Grayscale: #C2C2C2. Windows color (decimal): -5574637 or 1306794. OLE color: 1306794.

HSL color Cylindrical-coordinate representation of color #AAF013: hue angle of 79º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAF013 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 19 -
CMYK 0.29 0 0.92 0.06
HSL 79º 0.88% 0.51% -
HSV(B) 79º 0.92% 0.94% -
XYZ 47.86 70.91 11.78 -
YUV 193.88 29.31 110.97 -
System Red Green Blue C M Y K H S L
Decimal 170 240 19 0.29 0 0.92 0.06 79 0.88 0.51
Hex AA F0 13 1D 0 5C 6 4F 58 33
Octal 252 360 23 35 0 134 6 117 130 63
Binary 10101010 11110000 10011 11101 0 1011100 110 1001111 1011000 110011

Color Harmonies of #AAF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF013

Black with #AAF013

Text Example


Text Example

White with #AAF013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF013; }

 p { color: rgb(170,240,19); }

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

background-color css

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

 a { background-color: rgb(170,240,19); }

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

border-color css

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

 span { border-color: rgb(170,240,19); }

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