Html Css Color HEX #AADF21 Inch Worm

📋 copy color: '#AADF21'

red 170 ◦ green 223 ◦ blue 33

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

Shades of Inch Worm #AADF21

Tints of Inch Worm #AADF21

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.35%

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

R = 39.91%
G = 52.35%
B = 7.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#AADF21 (or 0xAADF21) is known color: Inch Worm. HEX triplet: AA, DF and 21. RGB value is (170,223,33). Sum of RGB (Red+Green+Blue) = 170+223+33=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF21 is #5520DE. Grayscale: #BABABA. Windows color (decimal): -5578975 or 2219946. OLE color: 2219946.

HSL color Cylindrical-coordinate representation of color #AADF21: hue angle of 76.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AADF21 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 33 -
CMYK 0.24 0 0.85 0.13
HSL 76.74º 0.75% 0.5% -
HSV(B) 76.74º 0.85% 0.87% -
XYZ 43.24 61.43 11.02 -
YUV 185.49 41.94 116.95 -
System Red Green Blue C M Y K H S L
Decimal 170 223 33 0.24 0 0.85 0.13 76.74 0.75 0.5
Hex AA DF 21 18 0 55 D 4D 4B 32
Octal 252 337 41 30 0 125 15 115 113 62
Binary 10101010 11011111 100001 11000 0 1010101 1101 1001101 1001011 110010

Color Harmonies of #AADF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF21

Black with #AADF21

Text Example


Text Example

White with #AADF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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