#0C953D

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

Shades of Pigment Green #0C953D

Tints of Pigment Green #0C953D

Color information

#0C953D (or 0x0C953D) is unknown color: approx Pigment Green. HEX triplet: 0C, 95 and 3D. RGB value is (12,149,61). Sum of RGB (Red+Green+Blue) = 12+149+61=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #0C953D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C953D is #F36AC2. Grayscale: #626262. Windows color (decimal): -15952579 or 4035852. OLE color: 4035852.

HSL color Cylindrical-coordinate representation of color #0C953D: hue angle of 141.46º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C953D is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1214961-
CMYK0.9200.590.42
HSL141.46º85.09%31.57%-
HSV(B)141.46º91.95%58.43%-
XYZ11.7421.918.03-
YUV98107.1166.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.41%
GREEN value IS 149 (58.59% from 255) = 67.12%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=5.41%
G=67.12%
B=27.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12149610.9200.590.42141.4685.0931.57
HexC953D5C03B2A8d5520
Octal14225751340735221512540
Binary11001001010111110110111000111011101010100011011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,149,61); }

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

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

 a { background-color: rgb(12,149,61); }

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

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

 span { border-color: rgb(12,149,61); }

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