Html Css Color HEX #A8D00C Inch Worm

📋 copy color: '#A8D00C'

red 168 ◦ green 208 ◦ blue 12

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

Shades of Inch Worm #A8D00C

Tints of Inch Worm #A8D00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.61%

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

R = 43.3%
G = 53.61%
B = 3.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#A8D00C (or 0xA8D00C) is known color: Inch Worm. HEX triplet: A8, D0 and 0C. RGB value is (168,208,12). Sum of RGB (Red+Green+Blue) = 168+208+12=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D00C is #572FF3. Grayscale: #AEAEAE. Windows color (decimal): -5713908 or 839848. OLE color: 839848.

HSL color Cylindrical-coordinate representation of color #A8D00C: hue angle of 72.24º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8D00C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 12 -
CMYK 0.19 0 0.94 0.18
HSL 72.24º 0.89% 0.43% -
HSV(B) 72.24º 0.94% 0.82% -
XYZ 38.77 53.46 8.62 -
YUV 173.7 36.75 123.94 -
System Red Green Blue C M Y K H S L
Decimal 168 208 12 0.19 0 0.94 0.18 72.24 0.89 0.43
Hex A8 D0 C 13 0 5E 12 48 59 2B
Octal 250 320 14 23 0 136 22 110 131 53
Binary 10101000 11010000 1100 10011 0 1011110 10010 1001000 1011001 101011

Color Harmonies of #A8D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D00C

Black with #A8D00C

Text Example


Text Example

White with #A8D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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