Html Css Color HEX #AAD008 Inch Worm

📋 copy color: '#AAD008'

red 170 ◦ green 208 ◦ blue 8

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

Shades of Inch Worm #AAD008

Tints of Inch Worm #AAD008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.89%

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

R = 44.04%
G = 53.89%
B = 2.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#AAD008 (or 0xAAD008) is known color: Inch Worm. HEX triplet: AA, D0 and 08. RGB value is (170,208,8). Sum of RGB (Red+Green+Blue) = 170+208+8=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD008 is #552FF7. Grayscale: #AEAEAE. Windows color (decimal): -5582840 or 577706. OLE color: 577706.

HSL color Cylindrical-coordinate representation of color #AAD008: hue angle of 71.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAD008 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 8 -
CMYK 0.18 0 0.96 0.18
HSL 71.4º 0.93% 0.42% -
HSV(B) 71.4º 0.96% 0.82% -
XYZ 39.18 53.68 8.53 -
YUV 173.84 34.41 125.26 -
System Red Green Blue C M Y K H S L
Decimal 170 208 8 0.18 0 0.96 0.18 71.4 0.93 0.42
Hex AA D0 8 12 0 60 12 47 5D 2A
Octal 252 320 10 22 0 140 22 107 135 52
Binary 10101010 11010000 1000 10010 0 1100000 10010 1000111 1011101 101010

Color Harmonies of #AAD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD008

Black with #AAD008

Text Example


Text Example

White with #AAD008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD008; }

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

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

background-color css

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

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

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

border-color css

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

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

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