#0F8C36

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

Shades of Dark Spring Green #0F8C36

Tints of Dark Spring Green #0F8C36

Color information

#0F8C36 (or 0x0F8C36) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 8C and 36. RGB value is (15,140,54). Sum of RGB (Red+Green+Blue) = 15+140+54=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 140 (55.08% from 255 or 66.99% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 140 - color contains mainly: green. Hex color #0F8C36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8C36 is #F073C9. Grayscale: #5D5D5D. Windows color (decimal): -15758282 or 3574799. OLE color: 3574799.

HSL color Cylindrical-coordinate representation of color #0F8C36: hue angle of 138.72º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8C36 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB1514054-
CMYK0.8900.610.45
HSL138.72º80.65%30.39%-
HSV(B)138.72º89.29%54.9%-
XYZ10.2419.126.64-
YUV92.82106.0972.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 140 (55.08% from 255) = 66.99%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=7.18%
G=66.99%
B=25.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15140540.8900.610.45138.7280.6530.39
HexF8C365903D2D8b511e
Octal17214661310755521312136
Binary1111100011001101101011001011110110110110001011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,140,54); }

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

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

 a { background-color: rgb(15,140,54); }

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

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

 span { border-color: rgb(15,140,54); }

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