Html Css Color HEX #AADE0A Inch Worm

📋 copy color: '#AADE0A'

red 170 ◦ green 222 ◦ blue 10

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

Shades of Inch Worm #AADE0A

Tints of Inch Worm #AADE0A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.22%

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 42.29%
G = 55.22%
B = 2.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#AADE0A (or 0xAADE0A) is known color: Inch Worm. HEX triplet: AA, DE and 0A. RGB value is (170,222,10). Sum of RGB (Red+Green+Blue) = 170+222+10=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 222 (87.11% from 255 or 55.22% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADE0A is #5521F5. Grayscale: #B7B7B7. Windows color (decimal): -5579254 or 712362. OLE color: 712362.

HSL color Cylindrical-coordinate representation of color #AADE0A: hue angle of 74.72º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AADE0A is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 10 -
CMYK 0.23 0 0.95 0.13
HSL 74.72º 0.91% 0.45% -
HSV(B) 74.72º 0.95% 0.87% -
XYZ 42.75 60.81 9.77 -
YUV 182.28 30.77 119.24 -
System Red Green Blue C M Y K H S L
Decimal 170 222 10 0.23 0 0.95 0.13 74.72 0.91 0.45
Hex AA DE A 17 0 5F D 4B 5B 2D
Octal 252 336 12 27 0 137 15 113 133 55
Binary 10101010 11011110 1010 10111 0 1011111 1101 1001011 1011011 101101

Color Harmonies of #AADE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE0A

Black with #AADE0A

Text Example


Text Example

White with #AADE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE0A; }

 p { color: rgb(170,222,10); }

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

background-color css

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

 a { background-color: rgb(170,222,10); }

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

border-color css

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

 span { border-color: rgb(170,222,10); }

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