Html Css Color HEX #AAE90C Inch Worm

📋 copy color: '#AAE90C'

red 170 ◦ green 233 ◦ blue 12

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

Shades of Inch Worm #AAE90C

Tints of Inch Worm #AAE90C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 56.14%

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 40.96%
G = 56.14%
B = 2.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#AAE90C (or 0xAAE90C) is known color: Inch Worm. HEX triplet: AA, E9 and 0C. RGB value is (170,233,12). Sum of RGB (Red+Green+Blue) = 170+233+12=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 233 (91.41% from 255 or 56.14% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE90C is #5516F3. Grayscale: #BDBDBD. Windows color (decimal): -5576436 or 846250. OLE color: 846250.

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

Color convert

RGB 170 233 12 -
CMYK 0.27 0 0.95 0.09
HSL 77.1º 0.9% 0.48% -
HSV(B) 77.1º 0.95% 0.91% -
XYZ 45.78 66.85 10.84 -
YUV 188.97 28.13 114.47 -
System Red Green Blue C M Y K H S L
Decimal 170 233 12 0.27 0 0.95 0.09 77.1 0.9 0.48
Hex AA E9 C 1B 0 5F 9 4D 5A 30
Octal 252 351 14 33 0 137 11 115 132 60
Binary 10101010 11101001 1100 11011 0 1011111 1001 1001101 1011010 110000

Color Harmonies of #AAE90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE90C

Black with #AAE90C

Text Example


Text Example

White with #AAE90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE90C; }

 p { color: rgb(170,233,12); }

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

background-color css

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

 a { background-color: rgb(170,233,12); }

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

border-color css

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

 span { border-color: rgb(170,233,12); }

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