Html Css Color HEX #A8DC13 Inch Worm

📋 copy color: '#A8DC13'

red 168 ◦ green 220 ◦ blue 19

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

Shades of Inch Worm #A8DC13

Tints of Inch Worm #A8DC13

RGB

 RED value IS 168 (66.02% from 255) = 41.28%

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

 BLUE value IS 19 (7.81% from 255) = 4.67%

R = 41.28%
G = 54.05%
B = 4.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#A8DC13 (or 0xA8DC13) is known color: Inch Worm. HEX triplet: A8, DC and 13. RGB value is (168,220,19). Sum of RGB (Red+Green+Blue) = 168+220+19=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DC13 is #5723EC. Grayscale: #B6B6B6. Windows color (decimal): -5710829 or 1301672. OLE color: 1301672.

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

Color convert

RGB 168 220 19 -
CMYK 0.24 0 0.91 0.14
HSL 75.52º 0.84% 0.47% -
HSV(B) 75.52º 0.91% 0.86% -
XYZ 41.86 59.56 9.91 -
YUV 181.54 36.27 118.34 -
System Red Green Blue C M Y K H S L
Decimal 168 220 19 0.24 0 0.91 0.14 75.52 0.84 0.47
Hex A8 DC 13 18 0 5B E 4C 54 2F
Octal 250 334 23 30 0 133 16 114 124 57
Binary 10101000 11011100 10011 11000 0 1011011 1110 1001100 1010100 101111

Color Harmonies of #A8DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC13

Black with #A8DC13

Text Example


Text Example

White with #A8DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC13; }

 p { color: rgb(168,220,19); }

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

background-color css

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

 a { background-color: rgb(168,220,19); }

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

border-color css

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

 span { border-color: rgb(168,220,19); }

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