#0ca341

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

Shades of Pigment Green #0CA341

Tints of Pigment Green #0CA341

Color information

#0CA341 (or 0x0CA341) is unknown color: approx Pigment Green. HEX triplet: 0C, A3 and 41. RGB value is (12,163,65). Sum of RGB (Red+Green+Blue) = 12+163+65=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 163 (64.06% from 255 or 67.92% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA341 is #F35CBE. Grayscale: #6A6A6A. Windows color (decimal): -15948991 or 4301580. OLE color: 4301580.

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

Color convert

RGB1216365-
CMYK0.9300.600.36
HSL141.06º86.29%34.31%-
HSV(B)141.06º92.64%63.92%-
XYZ14.226.659.4-
YUV106.68104.4760.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 163 (64.06% from 255) = 67.92%
BLUE value IS 65 (25.78% from 255) = 27.08%
R=5%
G=67.92%
B=27.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12163650.9300.600.36141.0686.2934.31
HexCA3415D03C248d5622
Octal142431011350744421512642
Binary110010100011100000110111010111100100100100011011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ca341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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