#0F7802

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

Shades of Green #0F7802

Tints of Green #0F7802

Color information

#0F7802 (or 0x0F7802) is unknown color: approx Green. HEX triplet: 0F, 78 and 02. RGB value is (15,120,2). Sum of RGB (Red+Green+Blue) = 15+120+2=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 120 (47.27% from 255 or 87.59% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 120 - color contains mainly: green. Hex color #0F7802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7802 is #F087FD. Grayscale: #4B4B4B. Windows color (decimal): -15763454 or 161807. OLE color: 161807.

HSL color Cylindrical-coordinate representation of color #0F7802: hue angle of 113.39º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F7802 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB151202-
CMYK0.8700.980.53
HSL113.39º96.72%23.92%-
HSV(B)113.39º98.33%47.06%-
XYZ6.9213.542.31-
YUV75.1586.7185.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.95%
GREEN value IS 120 (47.27% from 255) = 87.59%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=10.95%
G=87.59%
B=1.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1512020.8700.980.53113.3996.7223.92
HexF7825706235716118
Octal17170212701426516114130
Binary11111111000101010111011000101101011110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,120,2); }

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

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

 a { background-color: rgb(15,120,2); }

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

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

 span { border-color: rgb(15,120,2); }

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