#0FC11E

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

Shades of Dark Pastel Green #0FC11E

Tints of Dark Pastel Green #0FC11E

Color information

#0FC11E (or 0x0FC11E) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C1 and 1E. RGB value is (15,193,30). Sum of RGB (Red+Green+Blue) = 15+193+30=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 193 (75.78% from 255 or 81.09% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC11E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC11E is #F03EE1. Grayscale: #797979. Windows color (decimal): -15744738 or 2015503. OLE color: 2015503.

HSL color Cylindrical-coordinate representation of color #0FC11E: hue angle of 125.06º 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 #0FC11E is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB1519330-
CMYK0.9200.840.24
HSL125.06º85.58%40.78%-
HSV(B)125.06º92.23%75.69%-
XYZ19.538.347.6-
YUV121.276.5352.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.30%
GREEN value IS 193 (75.78% from 255) = 81.09%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=6.30%
G=81.09%
B=12.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15193300.9200.840.24125.0685.5840.78
HexFC11E5C054187d5629
Octal173013613401243017512651
Binary111111000001111101011100010101001100011111011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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