Html Css Color HEX #A8D000 Inch Worm

📋 copy color: '#A8D000'

red 168 ◦ green 208 ◦ blue 0

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

Shades of Inch Worm #A8D000

Tints of Inch Worm #A8D000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.68%
G = 55.32%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#A8D000 (or 0xA8D000) is known color: Inch Worm. HEX triplet: A8, D0 and 00. RGB value is (168,208,0). Sum of RGB (Red+Green+Blue) = 168+208+0=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D000 is #572FFF. Grayscale: #ADADAD. Windows color (decimal): -5713920 or 53416. OLE color: 53416.

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

Color convert

RGB 168 208 0 -
CMYK 0.19 0 1 0.18
HSL 71.54º 1% 0.41% -
HSV(B) 71.54º 1% 0.82% -
XYZ 38.7 53.44 8.27 -
YUV 172.33 30.75 124.91 -
System Red Green Blue C M Y K H S L
Decimal 168 208 0 0.19 0 1 0.18 71.54 1 0.41
Hex A8 D0 0 13 0 64 12 48 64 29
Octal 250 320 0 23 0 144 22 110 144 51
Binary 10101000 11010000 0 10011 0 1100100 10010 1001000 1100100 101001

Color Harmonies of #A8D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D000

Black with #A8D000

Text Example


Text Example

White with #A8D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D000; }

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

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

background-color css

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

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

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

border-color css

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

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

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