#0CBF50

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

Shades of Dark Pastel Green #0CBF50

Tints of Dark Pastel Green #0CBF50

Color information

#0CBF50 (or 0x0CBF50) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BF and 50. RGB value is (12,191,80). Sum of RGB (Red+Green+Blue) = 12+191+80=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 191 (75% from 255 or 67.49% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBF50 is #F340AF. Grayscale: #7D7D7D. Windows color (decimal): -15941808 or 5291788. OLE color: 5291788.

HSL color Cylindrical-coordinate representation of color #0CBF50: hue angle of 142.79º 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 #0CBF50 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1219180-
CMYK0.9400.580.25
HSL142.79º88.18%39.8%-
HSV(B)142.79º93.72%74.9%-
XYZ20.2337.9213.84-
YUV124.82102.747.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.24%
GREEN value IS 191 (75% from 255) = 67.49%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=4.24%
G=67.49%
B=28.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12191800.9400.580.25142.7988.1839.8
HexCBF505E03A198f5828
Octal142771201360723121713050
Binary11001011111110100001011110011101011001100011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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