#0CBE4E

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

Shades of Dark Pastel Green #0CBE4E

Tints of Dark Pastel Green #0CBE4E

Color information

#0CBE4E (or 0x0CBE4E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BE and 4E. RGB value is (12,190,78). Sum of RGB (Red+Green+Blue) = 12+190+78=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 190 (74.61% from 255 or 67.86% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBE4E is #F341B1. Grayscale: #7C7C7C. Windows color (decimal): -15942066 or 5160460. OLE color: 5160460.

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

Color convert

RGB1219078-
CMYK0.9400.590.25
HSL142.25º88.12%39.61%-
HSV(B)142.25º93.68%74.51%-
XYZ19.9437.4613.39-
YUV124.01102.0348.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.29%
GREEN value IS 190 (74.61% from 255) = 67.86%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=4.29%
G=67.86%
B=27.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12190780.9400.590.25142.2588.1239.61
HexCBE4E5E03B198e5828
Octal142761161360733121613050
Binary11001011111010011101011110011101111001100011101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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