Html Css Color HEX #A0D908 Inch Worm

📋 copy color: '#A0D908'

red 160 ◦ green 217 ◦ blue 8

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

Shades of Inch Worm #A0D908

Tints of Inch Worm #A0D908

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.36%

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

R = 41.56%
G = 56.36%
B = 2.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#A0D908 (or 0xA0D908) is known color: Inch Worm. HEX triplet: A0, D9 and 08. RGB value is (160,217,8). Sum of RGB (Red+Green+Blue) = 160+217+8=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D908 is #5F26F7. Grayscale: #B0B0B0. Windows color (decimal): -6235896 or 580000. OLE color: 580000.

HSL color Cylindrical-coordinate representation of color #A0D908: hue angle of 76.36º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0D908 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 8 -
CMYK 0.26 0 0.96 0.15
HSL 76.36º 0.93% 0.44% -
HSV(B) 76.36º 0.96% 0.85% -
XYZ 39.35 57.12 9.18 -
YUV 176.13 33.12 116.49 -
System Red Green Blue C M Y K H S L
Decimal 160 217 8 0.26 0 0.96 0.15 76.36 0.93 0.44
Hex A0 D9 8 1A 0 60 F 4C 5D 2C
Octal 240 331 10 32 0 140 17 114 135 54
Binary 10100000 11011001 1000 11010 0 1100000 1111 1001100 1011101 101100

Color Harmonies of #A0D908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D908

Black with #A0D908

Text Example


Text Example

White with #A0D908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D908; }

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

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

background-color css

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

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

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

border-color css

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

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

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