Html Css Color HEX #AADE15 Inch Worm

📋 copy color: '#AADE15'

red 170 ◦ green 222 ◦ blue 21

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

Shades of Inch Worm #AADE15

Tints of Inch Worm #AADE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.08%

R = 41.16%
G = 53.75%
B = 5.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#AADE15 (or 0xAADE15) is known color: Inch Worm. HEX triplet: AA, DE and 15. RGB value is (170,222,21). Sum of RGB (Red+Green+Blue) = 170+222+21=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADE15 is #5521EA. Grayscale: #B8B8B8. Windows color (decimal): -5579243 or 1433258. OLE color: 1433258.

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

Color convert

RGB 170 222 21 -
CMYK 0.23 0 0.91 0.13
HSL 75.52º 0.83% 0.48% -
HSV(B) 75.52º 0.91% 0.87% -
XYZ 42.83 60.84 10.2 -
YUV 183.54 36.27 118.34 -
System Red Green Blue C M Y K H S L
Decimal 170 222 21 0.23 0 0.91 0.13 75.52 0.83 0.48
Hex AA DE 15 17 0 5B D 4C 53 30
Octal 252 336 25 27 0 133 15 114 123 60
Binary 10101010 11011110 10101 10111 0 1011011 1101 1001100 1010011 110000

Color Harmonies of #AADE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE15

Black with #AADE15

Text Example


Text Example

White with #AADE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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