#0CB858

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

Shades of Pigment Green #0CB858

Tints of Pigment Green #0CB858

Color information

#0CB858 (or 0x0CB858) is unknown color: approx Pigment Green. HEX triplet: 0C, B8 and 58. RGB value is (12,184,88). Sum of RGB (Red+Green+Blue) = 12+184+88=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 184 (72.27% from 255 or 64.79% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB858 is #F347A7. Grayscale: #797979. Windows color (decimal): -15943592 or 5814284. OLE color: 5814284.

HSL color Cylindrical-coordinate representation of color #0CB858: hue angle of 146.51º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB858 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1218488-
CMYK0.9300.520.28
HSL146.51º87.76%38.43%-
HSV(B)146.51º93.48%72.16%-
XYZ19.0535.0615-
YUV121.63109.0249.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.23%
GREEN value IS 184 (72.27% from 255) = 64.79%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=4.23%
G=64.79%
B=30.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12184880.9300.520.28146.5187.7638.43
HexCB8585D0341C935826
Octal142701301350643422313046
Binary11001011100010110001011101011010011100100100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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