#0CB94F

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

Shades of Dark Pastel Green #0CB94F

Tints of Dark Pastel Green #0CB94F

Color information

#0CB94F (or 0x0CB94F) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B9 and 4F. RGB value is (12,185,79). Sum of RGB (Red+Green+Blue) = 12+185+79=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 185 (72.66% from 255 or 67.03% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB94F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB94F is #F346B0. Grayscale: #797979. Windows color (decimal): -15943345 or 5224716. OLE color: 5224716.

HSL color Cylindrical-coordinate representation of color #0CB94F: hue angle of 143.24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB94F is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1218579-
CMYK0.9400.570.27
HSL143.24º87.82%38.63%-
HSV(B)143.24º93.51%72.55%-
XYZ18.9135.3413.22-
YUV121.19104.1950.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.35%
GREEN value IS 185 (72.66% from 255) = 67.03%
BLUE value IS 79 (31.25% from 255) = 28.62%
R=4.35%
G=67.03%
B=28.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12185790.9400.570.27143.2487.8238.63
HexCB94F5E0391B8f5827
Octal142711171360713321713047
Binary11001011100110011111011110011100111011100011111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,185,79); }

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

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

 a { background-color: rgb(12,185,79); }

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

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

 span { border-color: rgb(12,185,79); }

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