Html Css Color HEX #AAD812 Inch Worm

📋 copy color: '#AAD812'

red 170 ◦ green 216 ◦ blue 18

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

Shades of Inch Worm #AAD812

Tints of Inch Worm #AAD812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.47%

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

R = 42.08%
G = 53.47%
B = 4.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#AAD812 (or 0xAAD812) is known color: Inch Worm. HEX triplet: AA, D8 and 12. RGB value is (170,216,18). Sum of RGB (Red+Green+Blue) = 170+216+18=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD812 is #5527ED. Grayscale: #B4B4B4. Windows color (decimal): -5580782 or 1235114. OLE color: 1235114.

HSL color Cylindrical-coordinate representation of color #AAD812: hue angle of 73.94º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAD812 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 18 -
CMYK 0.21 0 0.92 0.15
HSL 73.94º 0.85% 0.46% -
HSV(B) 73.94º 0.92% 0.85% -
XYZ 41.24 57.7 9.54 -
YUV 179.67 36.76 121.1 -
System Red Green Blue C M Y K H S L
Decimal 170 216 18 0.21 0 0.92 0.15 73.94 0.85 0.46
Hex AA D8 12 15 0 5C F 4A 55 2E
Octal 252 330 22 25 0 134 17 112 125 56
Binary 10101010 11011000 10010 10101 0 1011100 1111 1001010 1010101 101110

Color Harmonies of #AAD812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD812

Black with #AAD812

Text Example


Text Example

White with #AAD812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD812; }

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

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

background-color css

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

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

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

border-color css

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

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

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