Html Css Color HEX #0C873A Dark Spring Green

📋 copy color: '#0C873A'

red 12 ◦ green 135 ◦ blue 58

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

Shades of Dark Spring Green #0C873A

Tints of Dark Spring Green #0C873A

RGB

 RED value IS 12 (5.08% from 255) = 5.85%

 GREEN value IS 135 (53.13% from 255) = 65.85%

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 5.85%
G = 65.85%
B = 28.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#0C873A (or 0x0C873A) is known color: Dark Spring Green. HEX triplet: 0C, 87 and 3A. RGB value is (12,135,58). Sum of RGB (Red+Green+Blue) = 12+135+58=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 135 (53.12% from 255 or 65.85% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 135 - color contains mainly: green. Hex color #0C873A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C873A is #F378C5. Grayscale: #595959. Windows color (decimal): -15956166 or 3835660. OLE color: 3835660.

HSL color Cylindrical-coordinate representation of color #0C873A: hue angle of 142.44º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C873A is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 135 58 -
CMYK 0.91 0 0.57 0.47
HSL 142.44º 0.84% 0.29% -
HSV(B) 142.44º 0.91% 0.53% -
XYZ 9.58 17.71 6.92 -
YUV 89.45 110.25 72.76 -
System Red Green Blue C M Y K H S L
Decimal 12 135 58 0.91 0 0.57 0.47 142.44 0.84 0.29
Hex C 87 3A 5B 0 39 2F 8E 54 1D
Octal 14 207 72 133 0 71 57 216 124 35
Binary 1100 10000111 111010 1011011 0 111001 101111 10001110 1010100 11101

Color Harmonies of #0C873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C873A

Black with #0C873A

Text Example


Text Example

White with #0C873A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,135,58); }

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

background-color css

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

 a { background-color: rgb(12,135,58); }

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

border-color css

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

 span { border-color: rgb(12,135,58); }

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