Html Css Color HEX #A0D709 Inch Worm

📋 copy color: '#A0D709'

red 160 ◦ green 215 ◦ blue 9

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

Shades of Inch Worm #A0D709

Tints of Inch Worm #A0D709

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.99%

 BLUE value IS 9 (3.91% from 255) = 2.34%

R = 41.67%
G = 55.99%
B = 2.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#A0D709 (or 0xA0D709) is known color: Inch Worm. HEX triplet: A0, D7 and 09. RGB value is (160,215,9). Sum of RGB (Red+Green+Blue) = 160+215+9=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D709 is #5F28F6. Grayscale: #AFAFAF. Windows color (decimal): -6236407 or 645024. OLE color: 645024.

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

Color convert

RGB 160 215 9 -
CMYK 0.26 0 0.96 0.16
HSL 76.02º 0.92% 0.44% -
HSV(B) 76.02º 0.96% 0.84% -
XYZ 38.85 56.09 9.04 -
YUV 175.07 34.28 117.25 -
System Red Green Blue C M Y K H S L
Decimal 160 215 9 0.26 0 0.96 0.16 76.02 0.92 0.44
Hex A0 D7 9 1A 0 60 10 4C 5C 2C
Octal 240 327 11 32 0 140 20 114 134 54
Binary 10100000 11010111 1001 11010 0 1100000 10000 1001100 1011100 101100

Color Harmonies of #A0D709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D709

Black with #A0D709

Text Example


Text Example

White with #A0D709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D709; }

 p { color: rgb(160,215,9); }

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

background-color css

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

 a { background-color: rgb(160,215,9); }

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

border-color css

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

 span { border-color: rgb(160,215,9); }

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