#0CA753

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

Shades of Pigment Green #0CA753

Tints of Pigment Green #0CA753

Color information

#0CA753 (or 0x0CA753) is unknown color: approx Pigment Green. HEX triplet: 0C, A7 and 53. RGB value is (12,167,83). Sum of RGB (Red+Green+Blue) = 12+167+83=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 167 (65.62% from 255 or 63.74% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA753 is #F358AC. Grayscale: #6F6F6F. Windows color (decimal): -15947949 or 5482252. OLE color: 5482252.

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

Color convert

RGB1216783-
CMYK0.9300.500.35
HSL147.48º86.59%35.1%-
HSV(B)147.48º92.81%65.49%-
XYZ15.5328.3412.84-
YUV111.08112.1557.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.58%
GREEN value IS 167 (65.62% from 255) = 63.74%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=4.58%
G=63.74%
B=31.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12167830.9300.500.35147.4886.5935.1
HexCA7535D03223935723
Octal142471231350624322312743
Binary110010100111101001110111010110010100011100100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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