#0CA346

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

Shades of Pigment Green #0CA346

Tints of Pigment Green #0CA346

Color information

#0CA346 (or 0x0CA346) is unknown color: approx Pigment Green. HEX triplet: 0C, A3 and 46. RGB value is (12,163,70). Sum of RGB (Red+Green+Blue) = 12+163+70=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 163 (64.06% from 255 or 66.53% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA346 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA346 is #F35CB9. Grayscale: #6B6B6B. Windows color (decimal): -15948986 or 4629260. OLE color: 4629260.

HSL color Cylindrical-coordinate representation of color #0CA346: hue angle of 143.05º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA346 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB1216370-
CMYK0.9300.570.36
HSL143.05º86.29%34.31%-
HSV(B)143.05º92.64%63.92%-
XYZ14.3526.7110.19-
YUV107.25106.9760.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.90%
GREEN value IS 163 (64.06% from 255) = 66.53%
BLUE value IS 70 (27.73% from 255) = 28.57%
R=4.90%
G=66.53%
B=28.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12163700.9300.570.36143.0586.2934.31
HexCA3465D039248f5622
Octal142431061350714421712642
Binary110010100011100011010111010111001100100100011111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,163,70); }

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

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

 a { background-color: rgb(12,163,70); }

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

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

 span { border-color: rgb(12,163,70); }

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