Html Css Color HEX #AAE410 Inch Worm

📋 copy color: '#AAE410'

red 170 ◦ green 228 ◦ blue 16

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

Shades of Inch Worm #AAE410

Tints of Inch Worm #AAE410

RGB

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

 GREEN value IS 228 (89.45% from 255) = 55.07%

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

R = 41.06%
G = 55.07%
B = 3.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#AAE410 (or 0xAAE410) is known color: Inch Worm. HEX triplet: AA, E4 and 10. RGB value is (170,228,16). Sum of RGB (Red+Green+Blue) = 170+228+16=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE410 is #551BEF. Grayscale: #BBBBBB. Windows color (decimal): -5577712 or 1107114. OLE color: 1107114.

HSL color Cylindrical-coordinate representation of color #AAE410: hue angle of 76.42º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAE410 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 16 -
CMYK 0.25 0 0.93 0.11
HSL 76.42º 0.87% 0.48% -
HSV(B) 76.42º 0.93% 0.89% -
XYZ 44.41 64.07 10.52 -
YUV 186.49 31.78 116.24 -
System Red Green Blue C M Y K H S L
Decimal 170 228 16 0.25 0 0.93 0.11 76.42 0.87 0.48
Hex AA E4 10 19 0 5D B 4C 57 30
Octal 252 344 20 31 0 135 13 114 127 60
Binary 10101010 11100100 10000 11001 0 1011101 1011 1001100 1010111 110000

Color Harmonies of #AAE410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE410

Black with #AAE410

Text Example


Text Example

White with #AAE410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE410; }

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

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

background-color css

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

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

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

border-color css

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

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

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