Html Css Color HEX #0C8138 Dark Spring Green

📋 copy color: '#0C8138'

red 12 ◦ green 129 ◦ blue 56

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

Shades of Dark Spring Green #0C8138

Tints of Dark Spring Green #0C8138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 65.48%

 BLUE value IS 56 (22.27% from 255) = 28.43%

R = 6.09%
G = 65.48%
B = 28.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#0C8138 (or 0x0C8138) is known color: Dark Spring Green. HEX triplet: 0C, 81 and 38. RGB value is (12,129,56). Sum of RGB (Red+Green+Blue) = 12+129+56=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 129 (50.78% from 255 or 65.48% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 129 - color contains mainly: green. Hex color #0C8138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8138 is #F37EC7. Grayscale: #555555. Windows color (decimal): -15957704 or 3703052. OLE color: 3703052.

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

Color convert

RGB 12 129 56 -
CMYK 0.91 0 0.57 0.49
HSL 142.56º 0.83% 0.28% -
HSV(B) 142.56º 0.91% 0.51% -
XYZ 8.72 16.06 6.38 -
YUV 85.7 111.24 75.44 -
System Red Green Blue C M Y K H S L
Decimal 12 129 56 0.91 0 0.57 0.49 142.56 0.83 0.28
Hex C 81 38 5B 0 39 31 8F 53 1C
Octal 14 201 70 133 0 71 61 217 123 34
Binary 1100 10000001 111000 1011011 0 111001 110001 10001111 1010011 11100

Color Harmonies of #0C8138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8138

Black with #0C8138

Text Example


Text Example

White with #0C8138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,129,56); }

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

background-color css

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

 a { background-color: rgb(12,129,56); }

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

border-color css

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

 span { border-color: rgb(12,129,56); }

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