Html Css Color HEX #AAF010 Inch Worm

📋 copy color: '#AAF010'

red 170 ◦ green 240 ◦ blue 16

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

Shades of Inch Worm #AAF010

Tints of Inch Worm #AAF010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 39.91%
G = 56.34%
B = 3.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#AAF010 (or 0xAAF010) is known color: Inch Worm. HEX triplet: AA, F0 and 10. RGB value is (170,240,16). Sum of RGB (Red+Green+Blue) = 170+240+16=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF010 is #550FEF. Grayscale: #C2C2C2. Windows color (decimal): -5574640 or 1110186. OLE color: 1110186.

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

Color convert

RGB 170 240 16 -
CMYK 0.29 0 0.93 0.06
HSL 78.75º 0.88% 0.5% -
HSV(B) 78.75º 0.93% 0.94% -
XYZ 47.83 70.9 11.66 -
YUV 193.53 27.81 111.21 -
System Red Green Blue C M Y K H S L
Decimal 170 240 16 0.29 0 0.93 0.06 78.75 0.88 0.5
Hex AA F0 10 1D 0 5D 6 4F 58 32
Octal 252 360 20 35 0 135 6 117 130 62
Binary 10101010 11110000 10000 11101 0 1011101 110 1001111 1011000 110010

Color Harmonies of #AAF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF010

Black with #AAF010

Text Example


Text Example

White with #AAF010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF010; }

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

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

background-color css

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

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

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

border-color css

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

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

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