Html Css Color HEX #A0D408 Inch Worm

📋 copy color: '#A0D408'

red 160 ◦ green 212 ◦ blue 8

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

Shades of Inch Worm #A0D408

Tints of Inch Worm #A0D408

RGB

 RED value IS 160 (62.89% from 255) = 42.11%

 GREEN value IS 212 (83.2% from 255) = 55.79%

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 42.11%
G = 55.79%
B = 2.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#A0D408 (or 0xA0D408) is known color: Inch Worm. HEX triplet: A0, D4 and 08. RGB value is (160,212,8). Sum of RGB (Red+Green+Blue) = 160+212+8=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 212 (83.20% from 255 or 55.79% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D408 is #5F2BF7. Grayscale: #ADADAD. Windows color (decimal): -6237176 or 578720. OLE color: 578720.

HSL color Cylindrical-coordinate representation of color #A0D408: hue angle of 75.29º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0D408 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 212 8 -
CMYK 0.25 0 0.96 0.17
HSL 75.29º 0.93% 0.43% -
HSV(B) 75.29º 0.96% 0.83% -
XYZ 38.08 54.58 8.76 -
YUV 173.2 34.77 118.59 -
System Red Green Blue C M Y K H S L
Decimal 160 212 8 0.25 0 0.96 0.17 75.29 0.93 0.43
Hex A0 D4 8 19 0 60 11 4B 5D 2B
Octal 240 324 10 31 0 140 21 113 135 53
Binary 10100000 11010100 1000 11001 0 1100000 10001 1001011 1011101 101011

Color Harmonies of #A0D408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D408

Black with #A0D408

Text Example


Text Example

White with #A0D408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D408; }

 p { color: rgb(160,212,8); }

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

background-color css

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

 a { background-color: rgb(160,212,8); }

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

border-color css

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

 span { border-color: rgb(160,212,8); }

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