Html Css Color HEX #AAF020 Inch Worm

📋 copy color: '#AAF020'

red 170 ◦ green 240 ◦ blue 32

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

Shades of Inch Worm #AAF020

Tints of Inch Worm #AAF020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.24%

R = 38.46%
G = 54.3%
B = 7.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#AAF020 (or 0xAAF020) is known color: Inch Worm. HEX triplet: AA, F0 and 20. RGB value is (170,240,32). Sum of RGB (Red+Green+Blue) = 170+240+32=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF020 is #550FDF. Grayscale: #C4C4C4. Windows color (decimal): -5574624 or 2158762. OLE color: 2158762.

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

Color convert

RGB 170 240 32 -
CMYK 0.29 0 0.87 0.06
HSL 80.19º 0.87% 0.53% -
HSV(B) 80.19º 0.87% 0.94% -
XYZ 48 70.97 12.54 -
YUV 195.36 35.81 109.91 -
System Red Green Blue C M Y K H S L
Decimal 170 240 32 0.29 0 0.87 0.06 80.19 0.87 0.53
Hex AA F0 20 1D 0 57 6 50 57 35
Octal 252 360 40 35 0 127 6 120 127 65
Binary 10101010 11110000 100000 11101 0 1010111 110 1010000 1010111 110101

Color Harmonies of #AAF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF020

Black with #AAF020

Text Example


Text Example

White with #AAF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF020; }

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

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

background-color css

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

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

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

border-color css

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

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

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