#0A7838

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

Shades of Dark Spring Green #0A7838

Tints of Dark Spring Green #0A7838

Color information

#0A7838 (or 0x0A7838) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 78 and 38. RGB value is (10,120,56). Sum of RGB (Red+Green+Blue) = 10+120+56=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 120 (47.27% from 255 or 64.52% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7838 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7838 is #F587C7. Grayscale: #4F4F4F. Windows color (decimal): -16091080 or 3700746. OLE color: 3700746.

HSL color Cylindrical-coordinate representation of color #0A7838: hue angle of 145.09º 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 #0A7838 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB1012056-
CMYK0.9200.530.53
HSL145.09º84.62%25.49%-
HSV(B)145.09º91.67%47.06%-
XYZ7.5613.786-
YUV79.81114.5678.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.38%
GREEN value IS 120 (47.27% from 255) = 64.52%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=5.38%
G=64.52%
B=30.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120560.9200.530.53145.0984.6225.49
HexA78385C03535915519
Octal12170701340656522112531
Binary101011110001110001011100011010111010110010001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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