Html Css Color HEX #A7DC12 Inch Worm

📋 copy color: '#A7DC12'

red 167 ◦ green 220 ◦ blue 18

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

Shades of Inch Worm #A7DC12

Tints of Inch Worm #A7DC12

RGB

 RED value IS 167 (65.63% from 255) = 41.23%

 GREEN value IS 220 (86.33% from 255) = 54.32%

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

R = 41.23%
G = 54.32%
B = 4.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#A7DC12 (or 0xA7DC12) is known color: Inch Worm. HEX triplet: A7, DC and 12. RGB value is (167,220,18). Sum of RGB (Red+Green+Blue) = 167+220+18=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7DC12 is #5823ED. Grayscale: #B5B5B5. Windows color (decimal): -5776366 or 1236135. OLE color: 1236135.

HSL color Cylindrical-coordinate representation of color #A7DC12: hue angle of 75.74º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7DC12 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 220 18 -
CMYK 0.24 0 0.92 0.14
HSL 75.74º 0.85% 0.47% -
HSV(B) 75.74º 0.92% 0.86% -
XYZ 41.64 59.45 9.85 -
YUV 181.13 35.94 117.93 -
System Red Green Blue C M Y K H S L
Decimal 167 220 18 0.24 0 0.92 0.14 75.74 0.85 0.47
Hex A7 DC 12 18 0 5C E 4C 55 2F
Octal 247 334 22 30 0 134 16 114 125 57
Binary 10100111 11011100 10010 11000 0 1011100 1110 1001100 1010101 101111

Color Harmonies of #A7DC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DC12

Black with #A7DC12

Text Example


Text Example

White with #A7DC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DC12; }

 p { color: rgb(167,220,18); }

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

background-color css

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

 a { background-color: rgb(167,220,18); }

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

border-color css

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

 span { border-color: rgb(167,220,18); }

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