#0F5D3A

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

Shades of Fun Green #0F5D3A

Tints of Fun Green #0F5D3A

Color information

#0F5D3A (or 0x0F5D3A) is unknown color: approx Fun Green. HEX triplet: 0F, 5D and 3A. RGB value is (15,93,58). Sum of RGB (Red+Green+Blue) = 15+93+58=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5D3A is #F0A2C5. Grayscale: #414141. Windows color (decimal): -15770310 or 3824911. OLE color: 3824911.

HSL color Cylindrical-coordinate representation of color #0F5D3A: hue angle of 153.08º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5D3A is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB159358-
CMYK0.8400.380.64
HSL153.08º72.22%21.18%-
HSV(B)153.08º83.87%36.47%-
XYZ4.888.245.34-
YUV65.69123.6691.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.04%
GREEN value IS 93 (36.72% from 255) = 56.02%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=9.04%
G=56.02%
B=34.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1593580.8400.380.64153.0872.2221.18
HexF5D3A5402640994815
Octal171357212404610023111025
Binary1111101110111101010101000100110100000010011001100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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