#0C9D3D

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

Shades of Pigment Green #0C9D3D

Tints of Pigment Green #0C9D3D

Color information

#0C9D3D (or 0x0C9D3D) is unknown color: approx Pigment Green. HEX triplet: 0C, 9D and 3D. RGB value is (12,157,61). Sum of RGB (Red+Green+Blue) = 12+157+61=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 157 (61.72% from 255 or 68.26% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9D3D is #F362C2. Grayscale: #666666. Windows color (decimal): -15950531 or 4037900. OLE color: 4037900.

HSL color Cylindrical-coordinate representation of color #0C9D3D: hue angle of 140.28º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9D3D is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB1215761-
CMYK0.9200.610.38
HSL140.28º85.8%33.14%-
HSV(B)140.28º92.36%61.57%-
XYZ13.0524.538.46-
YUV102.7104.4663.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.22%
GREEN value IS 157 (61.72% from 255) = 68.26%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=5.22%
G=68.26%
B=26.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12157610.9200.610.38140.2885.833.14
HexC9D3D5C03D268c5621
Octal14235751340754621412641
Binary11001001110111110110111000111101100110100011001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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