#0C953B

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

Shades of Pigment Green #0C953B

Tints of Pigment Green #0C953B

Color information

#0C953B (or 0x0C953B) is unknown color: approx Pigment Green. HEX triplet: 0C, 95 and 3B. RGB value is (12,149,59). Sum of RGB (Red+Green+Blue) = 12+149+59=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #0C953B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C953B is #F36AC4. Grayscale: #616161. Windows color (decimal): -15952581 or 3904780. OLE color: 3904780.

HSL color Cylindrical-coordinate representation of color #0C953B: hue angle of 140.58º 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 #0C953B is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1214959-
CMYK0.9200.600.42
HSL140.58º85.09%31.57%-
HSV(B)140.58º91.95%58.43%-
XYZ11.6921.897.75-
YUV97.78106.1166.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.45%
GREEN value IS 149 (58.59% from 255) = 67.73%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=5.45%
G=67.73%
B=26.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12149590.9200.600.42140.5885.0931.57
HexC953B5C03C2A8d5520
Octal14225731340745221512540
Binary11001001010111101110111000111100101010100011011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C953B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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