Html Css Color HEX #AAD112 Inch Worm

📋 copy color: '#AAD112'

red 170 ◦ green 209 ◦ blue 18

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

Shades of Inch Worm #AAD112

Tints of Inch Worm #AAD112

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.64%

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

R = 42.82%
G = 52.64%
B = 4.53%

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

#AAD112 (or 0xAAD112) is known color: Inch Worm. HEX triplet: AA, D1 and 12. RGB value is (170,209,18). Sum of RGB (Red+Green+Blue) = 170+209+18=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD112 is #552EED. Grayscale: #B0B0B0. Windows color (decimal): -5582574 or 1233322. OLE color: 1233322.

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

Color convert

RGB 170 209 18 -
CMYK 0.19 0 0.91 0.18
HSL 72.25º 0.84% 0.45% -
HSV(B) 72.25º 0.91% 0.82% -
XYZ 39.49 54.19 8.95 -
YUV 175.57 39.08 124.03 -
System Red Green Blue C M Y K H S L
Decimal 170 209 18 0.19 0 0.91 0.18 72.25 0.84 0.45
Hex AA D1 12 13 0 5B 12 48 54 2D
Octal 252 321 22 23 0 133 22 110 124 55
Binary 10101010 11010001 10010 10011 0 1011011 10010 1001000 1010100 101101

Color Harmonies of #AAD112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD112

Black with #AAD112

Text Example


Text Example

White with #AAD112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD112; }

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

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

background-color css

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

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

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

border-color css

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

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

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