#0FC13A

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

Shades of Dark Pastel Green #0FC13A

Tints of Dark Pastel Green #0FC13A

Color information

#0FC13A (or 0x0FC13A) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C1 and 3A. RGB value is (15,193,58). Sum of RGB (Red+Green+Blue) = 15+193+58=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC13A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC13A is #F03EC5. Grayscale: #7C7C7C. Windows color (decimal): -15744710 or 3850511. OLE color: 3850511.

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

Color convert

RGB1519358-
CMYK0.9200.700.24
HSL134.49º85.58%40.78%-
HSV(B)134.49º92.23%75.69%-
XYZ20.0338.5510.39-
YUV124.3990.5349.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.64%
GREEN value IS 193 (75.78% from 255) = 72.56%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=5.64%
G=72.56%
B=21.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15193580.9200.700.24134.4985.5840.78
HexFC13A5C04618865629
Octal173017213401063020612651
Binary11111100000111101010111000100011011000100001101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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