Html Css Color HEX #AAD203 Inch Worm

📋 copy color: '#AAD203'

red 170 ◦ green 210 ◦ blue 3

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

Shades of Inch Worm #AAD203

Tints of Inch Worm #AAD203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 44.39%
G = 54.83%
B = 0.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#AAD203 (or 0xAAD203) is known color: Inch Worm. HEX triplet: AA, D2 and 03. RGB value is (170,210,3). Sum of RGB (Red+Green+Blue) = 170+210+3=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD203 is #552DFC. Grayscale: #AFAFAF. Windows color (decimal): -5582333 or 250538. OLE color: 250538.

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

Color convert

RGB 170 210 3 -
CMYK 0.19 0 0.99 0.18
HSL 71.59º 0.97% 0.42% -
HSV(B) 71.59º 0.99% 0.82% -
XYZ 39.64 54.65 8.54 -
YUV 174.44 31.25 124.83 -
System Red Green Blue C M Y K H S L
Decimal 170 210 3 0.19 0 0.99 0.18 71.59 0.97 0.42
Hex AA D2 3 13 0 63 12 48 61 2A
Octal 252 322 3 23 0 143 22 110 141 52
Binary 10101010 11010010 11 10011 0 1100011 10010 1001000 1100001 101010

Color Harmonies of #AAD203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD203

Black with #AAD203

Text Example


Text Example

White with #AAD203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD203; }

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

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

background-color css

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

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

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

border-color css

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

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

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