#0F5B3A

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

Shades of Fun Green #0F5B3A

Tints of Fun Green #0F5B3A

Color information

#0F5B3A (or 0x0F5B3A) is unknown color: approx Fun Green. HEX triplet: 0F, 5B and 3A. RGB value is (15,91,58). Sum of RGB (Red+Green+Blue) = 15+91+58=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5B3A is #F0A4C5. Grayscale: #404040. Windows color (decimal): -15770822 or 3824399. OLE color: 3824399.

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

Color convert

RGB159158-
CMYK0.8400.360.64
HSL153.95º71.7%20.78%-
HSV(B)153.95º83.52%35.69%-
XYZ4.77.895.28-
YUV64.51124.3292.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.15%
GREEN value IS 91 (35.94% from 255) = 55.49%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=9.15%
G=55.49%
B=35.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1591580.8400.360.64153.9571.720.78
HexF5B3A54024409a4815
Octal171337212404410023211025
Binary1111101101111101010101000100100100000010011010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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