Html Css Color HEX #AAD212 Inch Worm

📋 copy color: '#AAD212'

red 170 ◦ green 210 ◦ blue 18

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

Shades of Inch Worm #AAD212

Tints of Inch Worm #AAD212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.52%

R = 42.71%
G = 52.76%
B = 4.52%

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

#AAD212 (or 0xAAD212) is known color: Inch Worm. HEX triplet: AA, D2 and 12. RGB value is (170,210,18). Sum of RGB (Red+Green+Blue) = 170+210+18=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD212 is #552DED. Grayscale: #B0B0B0. Windows color (decimal): -5582318 or 1233578. OLE color: 1233578.

HSL color Cylindrical-coordinate representation of color #AAD212: hue angle of 72.5º degrees, saturation: 0.84, 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 #AAD212 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 18 -
CMYK 0.19 0 0.91 0.18
HSL 72.5º 0.84% 0.45% -
HSV(B) 72.5º 0.91% 0.82% -
XYZ 39.73 54.68 9.03 -
YUV 176.15 38.75 123.61 -
System Red Green Blue C M Y K H S L
Decimal 170 210 18 0.19 0 0.91 0.18 72.5 0.84 0.45
Hex AA D2 12 13 0 5B 12 48 54 2D
Octal 252 322 22 23 0 133 22 110 124 55
Binary 10101010 11010010 10010 10011 0 1011011 10010 1001000 1010100 101101

Color Harmonies of #AAD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD212

Black with #AAD212

Text Example


Text Example

White with #AAD212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD212; }

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

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

background-color css

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

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

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

border-color css

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

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

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