#0C923F

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

Shades of Pigment Green #0C923F

Tints of Pigment Green #0C923F

Color information

#0C923F (or 0x0C923F) is unknown color: approx Pigment Green. HEX triplet: 0C, 92 and 3F. RGB value is (12,146,63). Sum of RGB (Red+Green+Blue) = 12+146+63=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 146 (57.42% from 255 or 66.06% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 146 - color contains mainly: green. Hex color #0C923F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C923F is #F36DC0. Grayscale: #606060. Windows color (decimal): -15953345 or 4166156. OLE color: 4166156.

HSL color Cylindrical-coordinate representation of color #0C923F: hue angle of 142.84º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C923F is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB1214663-
CMYK0.9200.570.43
HSL142.84º84.81%30.98%-
HSV(B)142.84º91.78%57.25%-
XYZ11.3320.998.16-
YUV96.47109.1167.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.43%
GREEN value IS 146 (57.42% from 255) = 66.06%
BLUE value IS 63 (25% from 255) = 28.51%
R=5.43%
G=66.06%
B=28.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12146630.9200.570.43142.8484.8130.98
HexC923F5C0392B8f551f
Octal14222771340715321712537
Binary1100100100101111111011100011100110101110001111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,146,63); }

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

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

 a { background-color: rgb(12,146,63); }

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

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

 span { border-color: rgb(12,146,63); }

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