#0F8735

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

Shades of Dark Spring Green #0F8735

Tints of Dark Spring Green #0F8735

Color information

#0F8735 (or 0x0F8735) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 87 and 35. RGB value is (15,135,53). Sum of RGB (Red+Green+Blue) = 15+135+53=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 135 (53.12% from 255 or 66.50% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8735 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8735 is #F078CA. Grayscale: #595959. Windows color (decimal): -15759563 or 3507983. OLE color: 3507983.

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

Color convert

RGB1513553-
CMYK0.8900.610.47
HSL139º80%29.41%-
HSV(B)139º88.89%52.94%-
XYZ9.517.696.28-
YUV89.77107.2474.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 135 (53.12% from 255) = 66.50%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=7.39%
G=66.50%
B=26.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15135530.8900.610.471398029.41
HexF87355903D2F8b501d
Octal17207651310755721312035
Binary1111100001111101011011001011110110111110001011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,135,53); }

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

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

 a { background-color: rgb(15,135,53); }

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

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

 span { border-color: rgb(15,135,53); }

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