#0CA752

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

Shades of Pigment Green #0CA752

Tints of Pigment Green #0CA752

Color information

#0CA752 (or 0x0CA752) is unknown color: approx Pigment Green. HEX triplet: 0C, A7 and 52. RGB value is (12,167,82). Sum of RGB (Red+Green+Blue) = 12+167+82=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 167 (65.62% from 255 or 63.98% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA752 is #F358AD. Grayscale: #6F6F6F. Windows color (decimal): -15947950 or 5416716. OLE color: 5416716.

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

Color convert

RGB1216782-
CMYK0.9300.510.35
HSL147.1º86.59%35.1%-
HSV(B)147.1º92.81%65.49%-
XYZ15.4928.3212.63-
YUV110.96111.6557.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.60%
GREEN value IS 167 (65.62% from 255) = 63.98%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=4.60%
G=63.98%
B=31.42%

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
Decimal12167820.9300.510.35147.186.5935.1
HexCA7525D03323935723
Octal142471221350634322312743
Binary110010100111101001010111010110011100011100100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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