Html Css Color HEX #AAD908 Inch Worm

📋 copy color: '#AAD908'

red 170 ◦ green 217 ◦ blue 8

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

Shades of Inch Worm #AAD908

Tints of Inch Worm #AAD908

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.94%

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

R = 43.04%
G = 54.94%
B = 2.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#AAD908 (or 0xAAD908) is known color: Inch Worm. HEX triplet: AA, D9 and 08. RGB value is (170,217,8). Sum of RGB (Red+Green+Blue) = 170+217+8=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD908 is #5526F7. Grayscale: #B3B3B3. Windows color (decimal): -5580536 or 580010. OLE color: 580010.

HSL color Cylindrical-coordinate representation of color #AAD908: hue angle of 73.49º 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 #AAD908 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 8 -
CMYK 0.22 0 0.96 0.15
HSL 73.49º 0.93% 0.44% -
HSV(B) 73.49º 0.96% 0.85% -
XYZ 41.43 58.19 9.28 -
YUV 179.12 31.43 121.49 -
System Red Green Blue C M Y K H S L
Decimal 170 217 8 0.22 0 0.96 0.15 73.49 0.93 0.44
Hex AA D9 8 16 0 60 F 49 5D 2C
Octal 252 331 10 26 0 140 17 111 135 54
Binary 10101010 11011001 1000 10110 0 1100000 1111 1001001 1011101 101100

Color Harmonies of #AAD908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD908

Black with #AAD908

Text Example


Text Example

White with #AAD908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD908; }

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

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

background-color css

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

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

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

border-color css

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

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

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