Html Css Color HEX #0C8939 Dark Spring Green

📋 copy color: '#0C8939'

red 12 ◦ green 137 ◦ blue 57

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

Shades of Dark Spring Green #0C8939

Tints of Dark Spring Green #0C8939

RGB

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

 GREEN value IS 137 (53.91% from 255) = 66.5%

 BLUE value IS 57 (22.66% from 255) = 27.67%

R = 5.83%
G = 66.5%
B = 27.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#0C8939 (or 0x0C8939) is known color: Dark Spring Green. HEX triplet: 0C, 89 and 39. RGB value is (12,137,57). Sum of RGB (Red+Green+Blue) = 12+137+57=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8939 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8939 is #F376C6. Grayscale: #5A5A5A. Windows color (decimal): -15955655 or 3770636. OLE color: 3770636.

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

Color convert

RGB 12 137 57 -
CMYK 0.91 0 0.58 0.46
HSL 141.6º 0.84% 0.29% -
HSV(B) 141.6º 0.91% 0.54% -
XYZ 9.84 18.26 6.88 -
YUV 90.51 109.09 72 -
System Red Green Blue C M Y K H S L
Decimal 12 137 57 0.91 0 0.58 0.46 141.6 0.84 0.29
Hex C 89 39 5B 0 3A 2E 8E 54 1D
Octal 14 211 71 133 0 72 56 216 124 35
Binary 1100 10001001 111001 1011011 0 111010 101110 10001110 1010100 11101

Color Harmonies of #0C8939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8939

Black with #0C8939

Text Example


Text Example

White with #0C8939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,137,57); }

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

background-color css

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

 a { background-color: rgb(12,137,57); }

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

border-color css

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

 span { border-color: rgb(12,137,57); }

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