#0C853C

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

Shades of Dark Spring Green #0C853C

Tints of Dark Spring Green #0C853C

Color information

#0C853C (or 0x0C853C) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 85 and 3C. RGB value is (12,133,60). Sum of RGB (Red+Green+Blue) = 12+133+60=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #0C853C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C853C is #F37AC3. Grayscale: #585858. Windows color (decimal): -15956676 or 3966220. OLE color: 3966220.

HSL color Cylindrical-coordinate representation of color #0C853C: hue angle of 143.8º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C853C is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1213360-
CMYK0.9100.550.48
HSL143.8º83.45%28.43%-
HSV(B)143.8º90.98%52.16%-
XYZ9.3517.187.1-
YUV88.5111.9173.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.85%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=5.85%
G=64.88%
B=29.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12133600.9100.550.48143.883.4528.43
HexC853C5B0373090531c
Octal14205741330676022012334
Binary1100100001011111001011011011011111000010010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,133,60); }

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

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

 a { background-color: rgb(12,133,60); }

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

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

 span { border-color: rgb(12,133,60); }

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