Html Css Color HEX #A0D512 Inch Worm

📋 copy color: '#A0D512'

red 160 ◦ green 213 ◦ blue 18

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

Shades of Inch Worm #A0D512

Tints of Inch Worm #A0D512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.48%

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

R = 40.92%
G = 54.48%
B = 4.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#A0D512 (or 0xA0D512) is known color: Inch Worm. HEX triplet: A0, D5 and 12. RGB value is (160,213,18). Sum of RGB (Red+Green+Blue) = 160+213+18=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D512 is #5F2AED. Grayscale: #AFAFAF. Windows color (decimal): -6236910 or 1234336. OLE color: 1234336.

HSL color Cylindrical-coordinate representation of color #A0D512: hue angle of 76.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0D512 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 213 18 -
CMYK 0.25 0 0.92 0.16
HSL 76.31º 0.84% 0.45% -
HSV(B) 76.31º 0.92% 0.84% -
XYZ 38.4 55.11 9.18 -
YUV 174.92 39.44 117.36 -
System Red Green Blue C M Y K H S L
Decimal 160 213 18 0.25 0 0.92 0.16 76.31 0.84 0.45
Hex A0 D5 12 19 0 5C 10 4C 54 2D
Octal 240 325 22 31 0 134 20 114 124 55
Binary 10100000 11010101 10010 11001 0 1011100 10000 1001100 1010100 101101

Color Harmonies of #A0D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D512

Black with #A0D512

Text Example


Text Example

White with #A0D512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D512; }

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

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

background-color css

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

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

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

border-color css

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

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

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