#0F853B

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

Shades of Dark Spring Green #0F853B

Tints of Dark Spring Green #0F853B

Color information

#0F853B (or 0x0F853B) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 85 and 3B. RGB value is (15,133,59). Sum of RGB (Red+Green+Blue) = 15+133+59=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #0F853B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F853B is #F07AC4. Grayscale: #595959. Windows color (decimal): -15760069 or 3900687. OLE color: 3900687.

HSL color Cylindrical-coordinate representation of color #0F853B: hue angle of 142.37º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F853B is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1513359-
CMYK0.8900.560.48
HSL142.37º79.73%29.02%-
HSV(B)142.37º88.72%52.16%-
XYZ9.3717.196.96-
YUV89.28110.9175.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.25%
GREEN value IS 133 (52.34% from 255) = 64.25%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=7.25%
G=64.25%
B=28.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15133590.8900.560.48142.3779.7329.02
HexF853B59038308e501d
Octal17205731310706021612035
Binary1111100001011110111011001011100011000010001110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,133,59); }

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

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

 a { background-color: rgb(15,133,59); }

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

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

 span { border-color: rgb(15,133,59); }

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