#0CA751

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

Shades of Pigment Green #0CA751

Tints of Pigment Green #0CA751

Color information

#0CA751 (or 0x0CA751) is unknown color: approx Pigment Green. HEX triplet: 0C, A7 and 51. RGB value is (12,167,81). Sum of RGB (Red+Green+Blue) = 12+167+81=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 167 (65.62% from 255 or 64.23% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA751 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA751 is #F358AE. Grayscale: #6F6F6F. Windows color (decimal): -15947951 or 5351180. OLE color: 5351180.

HSL color Cylindrical-coordinate representation of color #0CA751: hue angle of 146.71º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA751 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1216781-
CMYK0.9300.510.35
HSL146.71º86.59%35.1%-
HSV(B)146.71º92.81%65.49%-
XYZ15.4628.3112.43-
YUV110.85111.1557.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.62%
GREEN value IS 167 (65.62% from 255) = 64.23%
BLUE value IS 81 (32.03% from 255) = 31.15%
R=4.62%
G=64.23%
B=31.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12167810.9300.510.35146.7186.5935.1
HexCA7515D03323935723
Octal142471211350634322312743
Binary110010100111101000110111010110011100011100100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,167,81); }

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

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

 a { background-color: rgb(12,167,81); }

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

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

 span { border-color: rgb(12,167,81); }

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