#0A783B

Color #0A783B Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #0A783B

Tints of Dark Spring Green #0A783B

Color information

#0A783B (or 0x0A783B) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 78 and 3B. RGB value is (10,120,59). Sum of RGB (Red+Green+Blue) = 10+120+59=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 120 (47.27% from 255 or 63.49% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 120 - color contains mainly: green. Hex color #0A783B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A783B is #F587C4. Grayscale: #505050. Windows color (decimal): -16091077 or 3897354. OLE color: 3897354.

HSL color Cylindrical-coordinate representation of color #0A783B: hue angle of 146.73º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A783B is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1012059-
CMYK0.9200.510.53
HSL146.73º84.62%25.49%-
HSV(B)146.73º91.67%47.06%-
XYZ7.6313.816.4-
YUV80.16116.0677.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.29%
GREEN value IS 120 (47.27% from 255) = 63.49%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=5.29%
G=63.49%
B=31.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120590.9200.510.53146.7384.6225.49
HexA783B5C03335935519
Octal12170731340636522312531
Binary101011110001110111011100011001111010110010011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A783B; }

 p { color: rgb(10,120,59); }

 H1.HeaderClassName
 {
   color: #0A783B;
 }
 .AnyTagClassName
 {
   color: #0A783B;
 }
</style>
background-color css

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

 a { background-color: rgb(10,120,59); }

 div.DivClassName
 {
   background-color: #0A783B;
 }
 .BgClassName
 {
   background-color: #0A783B;
 }
</style>
border-color css

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

 span { border-color: rgb(10,120,59); }

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