#0CBE57

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

Shades of Pigment Green #0CBE57

Tints of Pigment Green #0CBE57

Color information

#0CBE57 (or 0x0CBE57) is unknown color: approx Pigment Green. HEX triplet: 0C, BE and 57. RGB value is (12,190,87). Sum of RGB (Red+Green+Blue) = 12+190+87=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 190 (74.61% from 255 or 65.74% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBE57 is #F341A8. Grayscale: #7D7D7D. Windows color (decimal): -15942057 or 5750284. OLE color: 5750284.

HSL color Cylindrical-coordinate representation of color #0CBE57: hue angle of 145.28º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE57 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1219087-
CMYK0.9400.540.25
HSL145.28º88.12%39.61%-
HSV(B)145.28º93.68%74.51%-
XYZ20.2937.5915.2-
YUV125.04106.5347.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.15%
GREEN value IS 190 (74.61% from 255) = 65.74%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=4.15%
G=65.74%
B=30.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12190870.9400.540.25145.2888.1239.61
HexCBE575E03619915828
Octal142761271360663122113050
Binary11001011111010101111011110011011011001100100011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,190,87); }

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

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

 a { background-color: rgb(12,190,87); }

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

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

 span { border-color: rgb(12,190,87); }

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