Html Css Color HEX #AADB21 Inch Worm

📋 copy color: '#AADB21'

red 170 ◦ green 219 ◦ blue 33

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

Shades of Inch Worm #AADB21

Tints of Inch Worm #AADB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.82%

R = 40.28%
G = 51.9%
B = 7.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#AADB21 (or 0xAADB21) is known color: Inch Worm. HEX triplet: AA, DB and 21. RGB value is (170,219,33). Sum of RGB (Red+Green+Blue) = 170+219+33=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB21 is #5524DE. Grayscale: #B7B7B7. Windows color (decimal): -5579999 or 2218922. OLE color: 2218922.

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

Color convert

RGB 170 219 33 -
CMYK 0.22 0 0.85 0.14
HSL 75.81º 0.74% 0.49% -
HSV(B) 75.81º 0.85% 0.86% -
XYZ 42.18 59.32 10.67 -
YUV 183.15 43.27 118.62 -
System Red Green Blue C M Y K H S L
Decimal 170 219 33 0.22 0 0.85 0.14 75.81 0.74 0.49
Hex AA DB 21 16 0 55 E 4C 4A 31
Octal 252 333 41 26 0 125 16 114 112 61
Binary 10101010 11011011 100001 10110 0 1010101 1110 1001100 1001010 110001

Color Harmonies of #AADB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB21

Black with #AADB21

Text Example


Text Example

White with #AADB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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