#0C9244

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

Shades of Pigment Green #0C9244

Tints of Pigment Green #0C9244

Color information

#0C9244 (or 0x0C9244) is unknown color: approx Pigment Green. HEX triplet: 0C, 92 and 44. RGB value is (12,146,68). Sum of RGB (Red+Green+Blue) = 12+146+68=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9244 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9244 is #F36DBB. Grayscale: #616161. Windows color (decimal): -15953340 or 4493836. OLE color: 4493836.

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

Color convert

RGB1214668-
CMYK0.9200.530.43
HSL145.07º84.81%30.98%-
HSV(B)145.07º91.78%57.25%-
XYZ11.4721.058.93-
YUV97.04111.6167.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.31%
GREEN value IS 146 (57.42% from 255) = 64.60%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=5.31%
G=64.60%
B=30.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12146680.9200.530.43145.0784.8130.98
HexC92445C0352B91551f
Octal142221041340655322112537
Binary11001001001010001001011100011010110101110010001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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