Html Css Color HEX #A0D907 Inch Worm

📋 copy color: '#A0D907'

red 160 ◦ green 217 ◦ blue 7

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

Shades of Inch Worm #A0D907

Tints of Inch Worm #A0D907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.82%

R = 41.67%
G = 56.51%
B = 1.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#A0D907 (or 0xA0D907) is known color: Inch Worm. HEX triplet: A0, D9 and 07. RGB value is (160,217,7). Sum of RGB (Red+Green+Blue) = 160+217+7=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 7 (3.12% from 255 or 1.82% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D907 is #5F26F8. Grayscale: #B0B0B0. Windows color (decimal): -6235897 or 514464. OLE color: 514464.

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

Color convert

RGB 160 217 7 -
CMYK 0.26 0 0.97 0.15
HSL 76.29º 0.94% 0.44% -
HSV(B) 76.29º 0.97% 0.85% -
XYZ 39.35 57.11 9.15 -
YUV 176.02 32.62 116.58 -
System Red Green Blue C M Y K H S L
Decimal 160 217 7 0.26 0 0.97 0.15 76.29 0.94 0.44
Hex A0 D9 7 1A 0 61 F 4C 5E 2C
Octal 240 331 7 32 0 141 17 114 136 54
Binary 10100000 11011001 111 11010 0 1100001 1111 1001100 1011110 101100

Color Harmonies of #A0D907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D907

Black with #A0D907

Text Example


Text Example

White with #A0D907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D907; }

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

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

background-color css

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

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

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

border-color css

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

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

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