Html Css Color HEX #A0D212 Inch Worm

📋 copy color: '#A0D212'

red 160 ◦ green 210 ◦ blue 18

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

Shades of Inch Worm #A0D212

Tints of Inch Worm #A0D212

RGB

 RED value IS 160 (62.89% from 255) = 41.24%

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

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

R = 41.24%
G = 54.12%
B = 4.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#A0D212 (or 0xA0D212) is known color: Inch Worm. HEX triplet: A0, D2 and 12. RGB value is (160,210,18). Sum of RGB (Red+Green+Blue) = 160+210+18=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D212 is #5F2DED. Grayscale: #ADADAD. Windows color (decimal): -6237678 or 1233568. OLE color: 1233568.

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

Color convert

RGB 160 210 18 -
CMYK 0.24 0 0.91 0.18
HSL 75.63º 0.84% 0.45% -
HSV(B) 75.63º 0.91% 0.82% -
XYZ 37.65 53.61 8.94 -
YUV 173.16 40.44 118.61 -
System Red Green Blue C M Y K H S L
Decimal 160 210 18 0.24 0 0.91 0.18 75.63 0.84 0.45
Hex A0 D2 12 18 0 5B 12 4C 54 2D
Octal 240 322 22 30 0 133 22 114 124 55
Binary 10100000 11010010 10010 11000 0 1011011 10010 1001100 1010100 101101

Color Harmonies of #A0D212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D212

Black with #A0D212

Text Example


Text Example

White with #A0D212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D212; }

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

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

background-color css

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

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

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

border-color css

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

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

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