#0FB91F

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

Shades of Dark Pastel Green #0FB91F

Tints of Dark Pastel Green #0FB91F

Color information

#0FB91F (or 0x0FB91F) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B9 and 1F. RGB value is (15,185,31). Sum of RGB (Red+Green+Blue) = 15+185+31=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 185 (72.66% from 255 or 80.09% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB91F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB91F is #F046E0. Grayscale: #757575. Windows color (decimal): -15746785 or 2078991. OLE color: 2078991.

HSL color Cylindrical-coordinate representation of color #0FB91F: hue angle of 125.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB91F is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB1518531-
CMYK0.9200.830.27
HSL125.65º85%39.22%-
HSV(B)125.65º91.89%72.55%-
XYZ17.7934.97.09-
YUV116.6179.6855.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.49%
GREEN value IS 185 (72.66% from 255) = 80.09%
BLUE value IS 31 (12.5% from 255) = 13.42%
R=6.49%
G=80.09%
B=13.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15185310.9200.830.27125.658539.22
HexFB91F5C0531B7e5527
Octal172713713401233317612547
Binary111110111001111111011100010100111101111111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB91F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,185,31); }

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

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

 a { background-color: rgb(15,185,31); }

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

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

 span { border-color: rgb(15,185,31); }

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