Html Css Color HEX #AAE812 Inch Worm

📋 copy color: '#AAE812'

red 170 ◦ green 232 ◦ blue 18

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

Shades of Inch Worm #AAE812

Tints of Inch Worm #AAE812

RGB

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

 GREEN value IS 232 (91.02% from 255) = 55.24%

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

R = 40.48%
G = 55.24%
B = 4.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#AAE812 (or 0xAAE812) is known color: Inch Worm. HEX triplet: AA, E8 and 12. RGB value is (170,232,18). Sum of RGB (Red+Green+Blue) = 170+232+18=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 232 (91.02% from 255 or 55.24% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE812 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE812 is #5517ED. Grayscale: #BDBDBD. Windows color (decimal): -5576686 or 1239210. OLE color: 1239210.

HSL color Cylindrical-coordinate representation of color #AAE812: hue angle of 77.38º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAE812 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 18 -
CMYK 0.27 0 0.92 0.09
HSL 77.38º 0.86% 0.49% -
HSV(B) 77.38º 0.92% 0.91% -
XYZ 45.54 66.3 10.97 -
YUV 189.07 31.46 114.4 -
System Red Green Blue C M Y K H S L
Decimal 170 232 18 0.27 0 0.92 0.09 77.38 0.86 0.49
Hex AA E8 12 1B 0 5C 9 4D 56 31
Octal 252 350 22 33 0 134 11 115 126 61
Binary 10101010 11101000 10010 11011 0 1011100 1001 1001101 1010110 110001

Color Harmonies of #AAE812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE812

Black with #AAE812

Text Example


Text Example

White with #AAE812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE812; }

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

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

background-color css

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

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

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

border-color css

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

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

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