Html Css Color HEX #AAD80B Inch Worm

📋 copy color: '#AAD80B'

red 170 ◦ green 216 ◦ blue 11

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

Shades of Inch Worm #AAD80B

Tints of Inch Worm #AAD80B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.41%

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

R = 42.82%
G = 54.41%
B = 2.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#AAD80B (or 0xAAD80B) is known color: Inch Worm. HEX triplet: AA, D8 and 0B. RGB value is (170,216,11). Sum of RGB (Red+Green+Blue) = 170+216+11=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD80B is #5527F4. Grayscale: #B3B3B3. Windows color (decimal): -5580789 or 776362. OLE color: 776362.

HSL color Cylindrical-coordinate representation of color #AAD80B: hue angle of 73.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAD80B is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 11 -
CMYK 0.21 0 0.95 0.15
HSL 73.46º 0.9% 0.45% -
HSV(B) 73.46º 0.95% 0.85% -
XYZ 41.19 57.68 9.28 -
YUV 178.88 33.26 121.67 -
System Red Green Blue C M Y K H S L
Decimal 170 216 11 0.21 0 0.95 0.15 73.46 0.9 0.45
Hex AA D8 B 15 0 5F F 49 5A 2D
Octal 252 330 13 25 0 137 17 111 132 55
Binary 10101010 11011000 1011 10101 0 1011111 1111 1001001 1011010 101101

Color Harmonies of #AAD80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD80B

Black with #AAD80B

Text Example


Text Example

White with #AAD80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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