Html Css Color HEX #AAE60C Inch Worm

📋 copy color: '#AAE60C'

red 170 ◦ green 230 ◦ blue 12

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

Shades of Inch Worm #AAE60C

Tints of Inch Worm #AAE60C

RGB

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

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

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

R = 41.26%
G = 55.83%
B = 2.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#AAE60C (or 0xAAE60C) is known color: Inch Worm. HEX triplet: AA, E6 and 0C. RGB value is (170,230,12). Sum of RGB (Red+Green+Blue) = 170+230+12=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 230 (90.23% from 255 or 55.83% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE60C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE60C is #5519F3. Grayscale: #BCBCBC. Windows color (decimal): -5577204 or 845482. OLE color: 845482.

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

Color convert

RGB 170 230 12 -
CMYK 0.26 0 0.95 0.10
HSL 76.51º 0.9% 0.47% -
HSV(B) 76.51º 0.95% 0.9% -
XYZ 44.94 65.17 10.56 -
YUV 187.21 29.12 115.73 -
System Red Green Blue C M Y K H S L
Decimal 170 230 12 0.26 0 0.95 0.10 76.51 0.9 0.47
Hex AA E6 C 1A 0 5F A 4D 5A 2F
Octal 252 346 14 32 0 137 12 115 132 57
Binary 10101010 11100110 1100 11010 0 1011111 1010 1001101 1011010 101111

Color Harmonies of #AAE60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE60C

Black with #AAE60C

Text Example


Text Example

White with #AAE60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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