Html Css Color HEX #A8D60C Inch Worm

📋 copy color: '#A8D60C'

red 168 ◦ green 214 ◦ blue 12

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

Shades of Inch Worm #A8D60C

Tints of Inch Worm #A8D60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.31%

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 42.64%
G = 54.31%
B = 3.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#A8D60C (or 0xA8D60C) is known color: Inch Worm. HEX triplet: A8, D6 and 0C. RGB value is (168,214,12). Sum of RGB (Red+Green+Blue) = 168+214+12=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D60C is #5729F3. Grayscale: #B1B1B1. Windows color (decimal): -5712372 or 841384. OLE color: 841384.

HSL color Cylindrical-coordinate representation of color #A8D60C: hue angle of 73.66º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8D60C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 12 -
CMYK 0.21 0 0.94 0.16
HSL 73.66º 0.89% 0.44% -
HSV(B) 73.66º 0.94% 0.84% -
XYZ 40.26 56.44 9.12 -
YUV 177.22 34.76 121.43 -
System Red Green Blue C M Y K H S L
Decimal 168 214 12 0.21 0 0.94 0.16 73.66 0.89 0.44
Hex A8 D6 C 15 0 5E 10 4A 59 2C
Octal 250 326 14 25 0 136 20 112 131 54
Binary 10101000 11010110 1100 10101 0 1011110 10000 1001010 1011001 101100

Color Harmonies of #A8D60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D60C

Black with #A8D60C

Text Example


Text Example

White with #A8D60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D60C; }

 p { color: rgb(168,214,12); }

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

background-color css

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

 a { background-color: rgb(168,214,12); }

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

border-color css

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

 span { border-color: rgb(168,214,12); }

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