#0F620C

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

Shades of Green #0F620C

Tints of Green #0F620C

Color information

#0F620C (or 0x0F620C) is unknown color: approx Green. HEX triplet: 0F, 62 and 0C. RGB value is (15,98,12). Sum of RGB (Red+Green+Blue) = 15+98+12=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 98 (38.67% from 255 or 78.4% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 98 - color contains mainly: green. Hex color #0F620C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F620C is #F09DF3. Grayscale: #3F3F3F. Windows color (decimal): -15769076 or 811535. OLE color: 811535.

HSL color Cylindrical-coordinate representation of color #0F620C: hue angle of 117.91º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F620C is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB159812-
CMYK0.8500.880.62
HSL117.91º78.18%21.57%-
HSV(B)117.91º87.76%38.43%-
XYZ4.638.861.81-
YUV63.389993.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12%
GREEN value IS 98 (38.67% from 255) = 78.4%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=12%
G=78.4%
B=9.6%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1598120.8500.880.62117.9178.1821.57
HexF62C550583E764e16
Octal171421412501307616611626
Binary1111110001011001010101010110001111101110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,98,12); }

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

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

 a { background-color: rgb(15,98,12); }

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

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

 span { border-color: rgb(15,98,12); }

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