Html Css Color HEX #AAE613 Inch Worm

📋 copy color: '#AAE613'

red 170 ◦ green 230 ◦ blue 19

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

Shades of Inch Worm #AAE613

Tints of Inch Worm #AAE613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 40.57%
G = 54.89%
B = 4.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#AAE613 (or 0xAAE613) is known color: Inch Worm. HEX triplet: AA, E6 and 13. RGB value is (170,230,19). Sum of RGB (Red+Green+Blue) = 170+230+19=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 230 (90.23% from 255 or 54.89% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE613 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE613 is #5519EC. Grayscale: #BCBCBC. Windows color (decimal): -5577197 or 1304234. OLE color: 1304234.

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

Color convert

RGB 170 230 19 -
CMYK 0.26 0 0.92 0.10
HSL 77.06º 0.85% 0.49% -
HSV(B) 77.06º 0.92% 0.9% -
XYZ 44.99 65.19 10.83 -
YUV 188.01 32.62 115.16 -
System Red Green Blue C M Y K H S L
Decimal 170 230 19 0.26 0 0.92 0.10 77.06 0.85 0.49
Hex AA E6 13 1A 0 5C A 4D 55 31
Octal 252 346 23 32 0 134 12 115 125 61
Binary 10101010 11100110 10011 11010 0 1011100 1010 1001101 1010101 110001

Color Harmonies of #AAE613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE613

Black with #AAE613

Text Example


Text Example

White with #AAE613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE613; }

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

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

background-color css

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

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

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

border-color css

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

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

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