#0CA750

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

Shades of Pigment Green #0CA750

Tints of Pigment Green #0CA750

Color information

#0CA750 (or 0x0CA750) is unknown color: approx Pigment Green. HEX triplet: 0C, A7 and 50. RGB value is (12,167,80). Sum of RGB (Red+Green+Blue) = 12+167+80=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 167 (65.62% from 255 or 64.48% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA750 is #F358AF. Grayscale: #6E6E6E. Windows color (decimal): -15947952 or 5285644. OLE color: 5285644.

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

Color convert

RGB1216780-
CMYK0.9300.520.35
HSL146.32º86.59%35.1%-
HSV(B)146.32º92.81%65.49%-
XYZ15.4228.2912.24-
YUV110.74110.6557.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.63%
GREEN value IS 167 (65.62% from 255) = 64.48%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=4.63%
G=64.48%
B=30.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12167800.9300.520.35146.3286.5935.1
HexCA7505D03423925723
Octal142471201350644322212743
Binary110010100111101000010111010110100100011100100101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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