#0CB84E

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

Shades of Dark Pastel Green #0CB84E

Tints of Dark Pastel Green #0CB84E

Color information

#0CB84E (or 0x0CB84E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B8 and 4E. RGB value is (12,184,78). Sum of RGB (Red+Green+Blue) = 12+184+78=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 184 (72.27% from 255 or 67.15% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB84E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB84E is #F347B1. Grayscale: #787878. Windows color (decimal): -15943602 or 5158924. OLE color: 5158924.

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

Color convert

RGB1218478-
CMYK0.9300.580.28
HSL143.02º87.76%38.43%-
HSV(B)143.02º93.48%72.16%-
XYZ18.6734.9112.96-
YUV120.49104.0250.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.38%
GREEN value IS 184 (72.27% from 255) = 67.15%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=4.38%
G=67.15%
B=28.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12184780.9300.580.28143.0287.7638.43
HexCB84E5D03A1C8f5826
Octal142701161350723421713046
Binary11001011100010011101011101011101011100100011111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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