#0FC846

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

Shades of Dark Pastel Green #0FC846

Tints of Dark Pastel Green #0FC846

Color information

#0FC846 (or 0x0FC846) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C8 and 46. RGB value is (15,200,70). Sum of RGB (Red+Green+Blue) = 15+200+70=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 200 (78.52% from 255 or 70.18% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC846 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC846 is #F037B9. Grayscale: #828282. Windows color (decimal): -15742906 or 4638735. OLE color: 4638735.

HSL color Cylindrical-coordinate representation of color #0FC846: hue angle of 137.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC846 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB1520070-
CMYK0.9200.650.22
HSL137.84º86.05%42.16%-
HSV(B)137.84º92.5%78.43%-
XYZ21.9641.8512.72-
YUV129.8694.2146.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.26%
GREEN value IS 200 (78.52% from 255) = 70.18%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=5.26%
G=70.18%
B=24.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15200700.9200.650.22137.8486.0542.16
HexFC8465C041168a562a
Octal1731010613401012621212652
Binary111111001000100011010111000100000110110100010101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,200,70); }

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

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

 a { background-color: rgb(15,200,70); }

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

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

 span { border-color: rgb(15,200,70); }

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