#0CA158

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

Shades of Pigment Green #0CA158

Tints of Pigment Green #0CA158

Color information

#0CA158 (or 0x0CA158) is unknown color: approx Pigment Green. HEX triplet: 0C, A1 and 58. RGB value is (12,161,88). Sum of RGB (Red+Green+Blue) = 12+161+88=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 161 (63.28% from 255 or 61.69% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA158 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA158 is #F35EA7. Grayscale: #6C6C6C. Windows color (decimal): -15949480 or 5808396. OLE color: 5808396.

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

Color convert

RGB1216188-
CMYK0.9300.450.37
HSL150.6º86.13%33.92%-
HSV(B)150.6º92.55%63.14%-
XYZ14.6626.2713.53-
YUV108.13116.6459.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.60%
GREEN value IS 161 (63.28% from 255) = 61.69%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=4.60%
G=61.69%
B=33.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12161880.9300.450.37150.686.1333.92
HexCA1585D02D25975622
Octal142411301350554522712642
Binary110010100001101100010111010101101100101100101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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