Html Css Color HEX #AAD808 Inch Worm

📋 copy color: '#AAD808'

red 170 ◦ green 216 ◦ blue 8

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

Shades of Inch Worm #AAD808

Tints of Inch Worm #AAD808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.03%

R = 43.15%
G = 54.82%
B = 2.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#AAD808 (or 0xAAD808) is known color: Inch Worm. HEX triplet: AA, D8 and 08. RGB value is (170,216,8). Sum of RGB (Red+Green+Blue) = 170+216+8=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD808 is #5527F7. Grayscale: #B3B3B3. Windows color (decimal): -5580792 or 579754. OLE color: 579754.

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

Color convert

RGB 170 216 8 -
CMYK 0.21 0 0.96 0.15
HSL 73.27º 0.93% 0.44% -
HSV(B) 73.27º 0.96% 0.85% -
XYZ 41.18 57.68 9.19 -
YUV 178.53 31.76 121.91 -
System Red Green Blue C M Y K H S L
Decimal 170 216 8 0.21 0 0.96 0.15 73.27 0.93 0.44
Hex AA D8 8 15 0 60 F 49 5D 2C
Octal 252 330 10 25 0 140 17 111 135 54
Binary 10101010 11011000 1000 10101 0 1100000 1111 1001001 1011101 101100

Color Harmonies of #AAD808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD808

Black with #AAD808

Text Example


Text Example

White with #AAD808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD808; }

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

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

background-color css

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

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

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

border-color css

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

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

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