#0CA150

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

Shades of Pigment Green #0CA150

Tints of Pigment Green #0CA150

Color information

#0CA150 (or 0x0CA150) is unknown color: approx Pigment Green. HEX triplet: 0C, A1 and 50. RGB value is (12,161,80). Sum of RGB (Red+Green+Blue) = 12+161+80=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 161 (63.28% from 255 or 63.64% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA150 is #F35EAF. Grayscale: #6B6B6B. Windows color (decimal): -15949488 or 5284108. OLE color: 5284108.

HSL color Cylindrical-coordinate representation of color #0CA150: hue angle of 147.38º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA150 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1216180-
CMYK0.9300.500.37
HSL147.38º86.13%33.92%-
HSV(B)147.38º92.55%63.14%-
XYZ14.3426.1511.88-
YUV107.21112.6460.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.74%
GREEN value IS 161 (63.28% from 255) = 63.64%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=4.74%
G=63.64%
B=31.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12161800.9300.500.37147.3886.1333.92
HexCA1505D03225935622
Octal142411201350624522312642
Binary110010100001101000010111010110010100101100100111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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