#0fc14d

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

Shades of Dark Pastel Green #0FC14D

Tints of Dark Pastel Green #0FC14D

Color information

#0FC14D (or 0x0FC14D) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C1 and 4D. RGB value is (15,193,77). Sum of RGB (Red+Green+Blue) = 15+193+77=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 193 (75.78% from 255 or 67.72% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC14D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC14D is #F03EB2. Grayscale: #7E7E7E. Windows color (decimal): -15744691 or 5095695. OLE color: 5095695.

HSL color Cylindrical-coordinate representation of color #0FC14D: hue angle of 140.9º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC14D is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1519377-
CMYK0.9200.600.24
HSL140.9º85.58%40.78%-
HSV(B)140.9º92.23%75.69%-
XYZ20.6138.7813.42-
YUV126.55100.0348.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.26%
GREEN value IS 193 (75.78% from 255) = 67.72%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=5.26%
G=67.72%
B=27.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15193770.9200.600.24140.985.5840.78
HexFC14D5C03C188d5629
Octal173011151340743021512651
Binary11111100000110011011011100011110011000100011011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fc14d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,193,77); }

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

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

 a { background-color: rgb(15,193,77); }

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

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

 span { border-color: rgb(15,193,77); }

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