#0F8B02

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

Shades of Green #0F8B02

Tints of Green #0F8B02

Color information

#0F8B02 (or 0x0F8B02) is unknown color: approx Green. HEX triplet: 0F, 8B and 02. RGB value is (15,139,2). Sum of RGB (Red+Green+Blue) = 15+139+2=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 139 (54.69% from 255 or 89.10% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8B02 is #F074FD. Grayscale: #565656. Windows color (decimal): -15758590 or 166671. OLE color: 166671.

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

Color convert

RGB151392-
CMYK0.8900.990.45
HSL114.31º97.16%27.65%-
HSV(B)114.31º98.56%54.51%-
XYZ9.4418.573.14-
YUV86.3180.4277.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.62%
GREEN value IS 139 (54.69% from 255) = 89.10%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=9.62%
G=89.10%
B=1.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1513920.8900.990.45114.3197.1627.65
HexF8B2590632D72611c
Octal17213213101435516214134
Binary111110001011101011001011000111011011110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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