Html Css Color HEX #0C853B Dark Spring Green

📋 copy color: '#0C853B'

red 12 ◦ green 133 ◦ blue 59

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

Shades of Dark Spring Green #0C853B

Tints of Dark Spring Green #0C853B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.2%

 BLUE value IS 59 (23.44% from 255) = 28.92%

R = 5.88%
G = 65.2%
B = 28.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#0C853B (or 0x0C853B) is known color: Dark Spring Green. HEX triplet: 0C, 85 and 3B. RGB value is (12,133,59). Sum of RGB (Red+Green+Blue) = 12+133+59=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #0C853B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C853B is #F37AC4. Grayscale: #585858. Windows color (decimal): -15956677 or 3900684. OLE color: 3900684.

HSL color Cylindrical-coordinate representation of color #0C853B: hue angle of 143.31º 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 #0C853B is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 133 59 -
CMYK 0.91 0 0.56 0.48
HSL 143.31º 0.83% 0.28% -
HSV(B) 143.31º 0.91% 0.52% -
XYZ 9.33 17.17 6.96 -
YUV 88.39 111.41 73.52 -
System Red Green Blue C M Y K H S L
Decimal 12 133 59 0.91 0 0.56 0.48 143.31 0.83 0.28
Hex C 85 3B 5B 0 38 30 8F 53 1C
Octal 14 205 73 133 0 70 60 217 123 34
Binary 1100 10000101 111011 1011011 0 111000 110000 10001111 1010011 11100

Color Harmonies of #0C853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C853B

Black with #0C853B

Text Example


Text Example

White with #0C853B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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