#0FBF16

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

Shades of Dark Pastel Green #0FBF16

Tints of Dark Pastel Green #0FBF16

Color information

#0FBF16 (or 0x0FBF16) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BF and 16. RGB value is (15,191,22). Sum of RGB (Red+Green+Blue) = 15+191+22=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 191 (75% from 255 or 83.77% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBF16 is #F040E9. Grayscale: #777777. Windows color (decimal): -15745258 or 1490703. OLE color: 1490703.

HSL color Cylindrical-coordinate representation of color #0FBF16: hue angle of 122.39º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF16 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1519122-
CMYK0.9200.880.25
HSL122.39º85.44%40.39%-
HSV(B)122.39º92.15%74.9%-
XYZ18.9737.426.98-
YUV119.1173.1953.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 191 (75% from 255) = 83.77%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=6.58%
G=83.77%
B=9.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15191220.9200.880.25122.3985.4440.39
HexFBF165C058197a5528
Octal172772613401303117212550
Binary111110111111101101011100010110001100111110101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,191,22); }

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

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

 a { background-color: rgb(15,191,22); }

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

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

 span { border-color: rgb(15,191,22); }

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