Html Css Color HEX #AADB24 Inch Worm

📋 copy color: '#AADB24'

red 170 ◦ green 219 ◦ blue 36

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

Shades of Inch Worm #AADB24

Tints of Inch Worm #AADB24

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.53%

 BLUE value IS 36 (14.45% from 255) = 8.47%

R = 40%
G = 51.53%
B = 8.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#AADB24 (or 0xAADB24) is known color: Inch Worm. HEX triplet: AA, DB and 24. RGB value is (170,219,36). Sum of RGB (Red+Green+Blue) = 170+219+36=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB24 is #5524DB. Grayscale: #B8B8B8. Windows color (decimal): -5579996 or 2415530. OLE color: 2415530.

HSL color Cylindrical-coordinate representation of color #AADB24: hue angle of 76.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AADB24 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 36 -
CMYK 0.22 0 0.84 0.14
HSL 76.07º 0.72% 0.5% -
HSV(B) 76.07º 0.84% 0.86% -
XYZ 42.23 59.34 10.9 -
YUV 183.49 44.77 118.38 -
System Red Green Blue C M Y K H S L
Decimal 170 219 36 0.22 0 0.84 0.14 76.07 0.72 0.5
Hex AA DB 24 16 0 54 E 4C 48 32
Octal 252 333 44 26 0 124 16 114 110 62
Binary 10101010 11011011 100100 10110 0 1010100 1110 1001100 1001000 110010

Color Harmonies of #AADB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB24

Black with #AADB24

Text Example


Text Example

White with #AADB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB24; }

 p { color: rgb(170,219,36); }

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

background-color css

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

 a { background-color: rgb(170,219,36); }

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

border-color css

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

 span { border-color: rgb(170,219,36); }

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