Html Css Color HEX #AAEE0D Inch Worm

📋 copy color: '#AAEE0D'

red 170 ◦ green 238 ◦ blue 13

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

Shades of Inch Worm #AAEE0D

Tints of Inch Worm #AAEE0D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 56.53%

 BLUE value IS 13 (5.47% from 255) = 3.09%

R = 40.38%
G = 56.53%
B = 3.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#AAEE0D (or 0xAAEE0D) is known color: Inch Worm. HEX triplet: AA, EE and 0D. RGB value is (170,238,13). Sum of RGB (Red+Green+Blue) = 170+238+13=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 238 (93.36% from 255 or 56.53% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEE0D is #5511F2. Grayscale: #C0C0C0. Windows color (decimal): -5575155 or 913066. OLE color: 913066.

HSL color Cylindrical-coordinate representation of color #AAEE0D: hue angle of 78.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAEE0D is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 13 -
CMYK 0.29 0 0.95 0.07
HSL 78.13º 0.9% 0.49% -
HSV(B) 78.13º 0.95% 0.93% -
XYZ 47.22 69.72 11.35 -
YUV 192.02 26.97 112.3 -
System Red Green Blue C M Y K H S L
Decimal 170 238 13 0.29 0 0.95 0.07 78.13 0.9 0.49
Hex AA EE D 1D 0 5F 7 4E 5A 31
Octal 252 356 15 35 0 137 7 116 132 61
Binary 10101010 11101110 1101 11101 0 1011111 111 1001110 1011010 110001

Color Harmonies of #AAEE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE0D

Black with #AAEE0D

Text Example


Text Example

White with #AAEE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE0D; }

 p { color: rgb(170,238,13); }

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

background-color css

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

 a { background-color: rgb(170,238,13); }

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

border-color css

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

 span { border-color: rgb(170,238,13); }

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