Html Css Color HEX #AAE60E Inch Worm

📋 copy color: '#AAE60E'

red 170 ◦ green 230 ◦ blue 14

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

Shades of Inch Worm #AAE60E

Tints of Inch Worm #AAE60E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 55.56%

 BLUE value IS 14 (5.86% from 255) = 3.38%

R = 41.06%
G = 55.56%
B = 3.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#AAE60E (or 0xAAE60E) is known color: Inch Worm. HEX triplet: AA, E6 and 0E. RGB value is (170,230,14). Sum of RGB (Red+Green+Blue) = 170+230+14=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 230 (90.23% from 255 or 55.56% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE60E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE60E is #5519F1. Grayscale: #BCBCBC. Windows color (decimal): -5577202 or 976554. OLE color: 976554.

HSL color Cylindrical-coordinate representation of color #AAE60E: hue angle of 76.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAE60E is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 14 -
CMYK 0.26 0 0.94 0.10
HSL 76.67º 0.89% 0.48% -
HSV(B) 76.67º 0.94% 0.9% -
XYZ 44.95 65.17 10.63 -
YUV 187.44 30.12 115.56 -
System Red Green Blue C M Y K H S L
Decimal 170 230 14 0.26 0 0.94 0.10 76.67 0.89 0.48
Hex AA E6 E 1A 0 5E A 4D 59 30
Octal 252 346 16 32 0 136 12 115 131 60
Binary 10101010 11100110 1110 11010 0 1011110 1010 1001101 1011001 110000

Color Harmonies of #AAE60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE60E

Black with #AAE60E

Text Example


Text Example

White with #AAE60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE60E; }

 p { color: rgb(170,230,14); }

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

background-color css

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

 a { background-color: rgb(170,230,14); }

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

border-color css

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

 span { border-color: rgb(170,230,14); }

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