Html Css Color HEX #AAD205 Inch Worm

📋 copy color: '#AAD205'

red 170 ◦ green 210 ◦ blue 5

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

Shades of Inch Worm #AAD205

Tints of Inch Worm #AAD205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 44.16%
G = 54.55%
B = 1.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#AAD205 (or 0xAAD205) is known color: Inch Worm. HEX triplet: AA, D2 and 05. RGB value is (170,210,5). Sum of RGB (Red+Green+Blue) = 170+210+5=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 210 (82.42% from 255 or 54.55% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD205 is #552DFA. Grayscale: #AFAFAF. Windows color (decimal): -5582331 or 381610. OLE color: 381610.

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

Color convert

RGB 170 210 5 -
CMYK 0.19 0 0.98 0.18
HSL 71.71º 0.95% 0.42% -
HSV(B) 71.71º 0.98% 0.82% -
XYZ 39.65 54.65 8.6 -
YUV 174.67 32.25 124.67 -
System Red Green Blue C M Y K H S L
Decimal 170 210 5 0.19 0 0.98 0.18 71.71 0.95 0.42
Hex AA D2 5 13 0 62 12 48 5F 2A
Octal 252 322 5 23 0 142 22 110 137 52
Binary 10101010 11010010 101 10011 0 1100010 10010 1001000 1011111 101010

Color Harmonies of #AAD205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD205

Black with #AAD205

Text Example


Text Example

White with #AAD205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD205; }

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

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

background-color css

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

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

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

border-color css

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

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

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