#0E9625

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

Shades of Forest Green #0E9625

Tints of Forest Green #0E9625

Color information

#0E9625 (or 0x0E9625) is unknown color: approx Forest Green. HEX triplet: 0E, 96 and 25. RGB value is (14,150,37). Sum of RGB (Red+Green+Blue) = 14+150+37=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #0E9625 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9625 is #F169DA. Grayscale: #606060. Windows color (decimal): -15821275 or 2463246. OLE color: 2463246.

HSL color Cylindrical-coordinate representation of color #0E9625: hue angle of 130.15º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9625 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1415037-
CMYK0.9100.750.41
HSL130.15º82.93%32.16%-
HSV(B)130.15º90.67%58.82%-
XYZ11.4222.045.4-
YUV96.4594.4469.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 150 (58.98% from 255) = 74.63%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=6.97%
G=74.63%
B=18.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14150370.9100.750.41130.1582.9332.16
HexE96255B04B29825320
Octal162264513301135120212340
Binary111010010110100101101101101001011101001100000101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,150,37); }

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

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

 a { background-color: rgb(14,150,37); }

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

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

 span { border-color: rgb(14,150,37); }

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