Html Css Color HEX #AAF012 Inch Worm

📋 copy color: '#AAF012'

red 170 ◦ green 240 ◦ blue 18

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

Shades of Inch Worm #AAF012

Tints of Inch Worm #AAF012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.21%

R = 39.72%
G = 56.07%
B = 4.21%

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

#AAF012 (or 0xAAF012) is known color: Inch Worm. HEX triplet: AA, F0 and 12. RGB value is (170,240,18). Sum of RGB (Red+Green+Blue) = 170+240+18=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 240 (94.14% from 255 or 56.07% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF012 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF012 is #550FED. Grayscale: #C2C2C2. Windows color (decimal): -5574638 or 1241258. OLE color: 1241258.

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

Color convert

RGB 170 240 18 -
CMYK 0.29 0 0.92 0.06
HSL 78.92º 0.88% 0.51% -
HSV(B) 78.92º 0.93% 0.94% -
XYZ 47.85 70.91 11.74 -
YUV 193.76 28.81 111.05 -
System Red Green Blue C M Y K H S L
Decimal 170 240 18 0.29 0 0.92 0.06 78.92 0.88 0.51
Hex AA F0 12 1D 0 5C 6 4F 58 33
Octal 252 360 22 35 0 134 6 117 130 63
Binary 10101010 11110000 10010 11101 0 1011100 110 1001111 1011000 110011

Color Harmonies of #AAF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF012

Black with #AAF012

Text Example


Text Example

White with #AAF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF012; }

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

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

background-color css

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

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

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

border-color css

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

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

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