Html Css Color HEX #AAD20B Inch Worm

📋 copy color: '#AAD20B'

red 170 ◦ green 210 ◦ blue 11

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

Shades of Inch Worm #AAD20B

Tints of Inch Worm #AAD20B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.71%

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 43.48%
G = 53.71%
B = 2.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#AAD20B (or 0xAAD20B) is known color: Inch Worm. HEX triplet: AA, D2 and 0B. RGB value is (170,210,11). Sum of RGB (Red+Green+Blue) = 170+210+11=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD20B is #552DF4. Grayscale: #B0B0B0. Windows color (decimal): -5582325 or 774826. OLE color: 774826.

HSL color Cylindrical-coordinate representation of color #AAD20B: hue angle of 72.06º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAD20B is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 11 -
CMYK 0.19 0 0.95 0.18
HSL 72.06º 0.9% 0.43% -
HSV(B) 72.06º 0.95% 0.82% -
XYZ 39.68 54.66 8.78 -
YUV 175.35 35.25 124.18 -
System Red Green Blue C M Y K H S L
Decimal 170 210 11 0.19 0 0.95 0.18 72.06 0.9 0.43
Hex AA D2 B 13 0 5F 12 48 5A 2B
Octal 252 322 13 23 0 137 22 110 132 53
Binary 10101010 11010010 1011 10011 0 1011111 10010 1001000 1011010 101011

Color Harmonies of #AAD20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD20B

Black with #AAD20B

Text Example


Text Example

White with #AAD20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD20B; }

 p { color: rgb(170,210,11); }

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

background-color css

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

 a { background-color: rgb(170,210,11); }

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

border-color css

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

 span { border-color: rgb(170,210,11); }

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