Html Css Color HEX #AAD213 Inch Worm

📋 copy color: '#AAD213'

red 170 ◦ green 210 ◦ blue 19

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

Shades of Inch Worm #AAD213

Tints of Inch Worm #AAD213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 42.61%
G = 52.63%
B = 4.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#AAD213 (or 0xAAD213) is known color: Inch Worm. HEX triplet: AA, D2 and 13. RGB value is (170,210,19). Sum of RGB (Red+Green+Blue) = 170+210+19=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD213 is #552DEC. Grayscale: #B0B0B0. Windows color (decimal): -5582317 or 1299114. OLE color: 1299114.

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

Color convert

RGB 170 210 19 -
CMYK 0.19 0 0.91 0.18
HSL 72.57º 0.83% 0.45% -
HSV(B) 72.57º 0.91% 0.82% -
XYZ 39.74 54.69 9.08 -
YUV 176.27 39.25 123.53 -
System Red Green Blue C M Y K H S L
Decimal 170 210 19 0.19 0 0.91 0.18 72.57 0.83 0.45
Hex AA D2 13 13 0 5B 12 49 53 2D
Octal 252 322 23 23 0 133 22 111 123 55
Binary 10101010 11010010 10011 10011 0 1011011 10010 1001001 1010011 101101

Color Harmonies of #AAD213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD213

Black with #AAD213

Text Example


Text Example

White with #AAD213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD213; }

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

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

background-color css

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

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

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

border-color css

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

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

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