Html Css Color HEX #AADE0C Inch Worm

📋 copy color: '#AADE0C'

red 170 ◦ green 222 ◦ blue 12

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

Shades of Inch Worm #AADE0C

Tints of Inch Worm #AADE0C

RGB

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

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

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

R = 42.08%
G = 54.95%
B = 2.97%

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

#AADE0C (or 0xAADE0C) is known color: Inch Worm. HEX triplet: AA, DE and 0C. RGB value is (170,222,12). Sum of RGB (Red+Green+Blue) = 170+222+12=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 222 (87.11% from 255 or 54.95% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADE0C is #5521F3. Grayscale: #B7B7B7. Windows color (decimal): -5579252 or 843434. OLE color: 843434.

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

Color convert

RGB 170 222 12 -
CMYK 0.23 0 0.95 0.13
HSL 74.86º 0.9% 0.46% -
HSV(B) 74.86º 0.95% 0.87% -
XYZ 42.77 60.82 9.83 -
YUV 182.51 31.77 119.08 -
System Red Green Blue C M Y K H S L
Decimal 170 222 12 0.23 0 0.95 0.13 74.86 0.9 0.46
Hex AA DE C 17 0 5F D 4B 5A 2E
Octal 252 336 14 27 0 137 15 113 132 56
Binary 10101010 11011110 1100 10111 0 1011111 1101 1001011 1011010 101110

Color Harmonies of #AADE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE0C

Black with #AADE0C

Text Example


Text Example

White with #AADE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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