#0FB51F

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

Shades of Dark Pastel Green #0FB51F

Tints of Dark Pastel Green #0FB51F

Color information

#0FB51F (or 0x0FB51F) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B5 and 1F. RGB value is (15,181,31). Sum of RGB (Red+Green+Blue) = 15+181+31=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 181 (71.09% from 255 or 79.74% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB51F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB51F is #F04AE0. Grayscale: #727272. Windows color (decimal): -15747809 or 2077967. OLE color: 2077967.

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

Color convert

RGB1518131-
CMYK0.9200.830.29
HSL125.78º84.69%38.43%-
HSV(B)125.78º91.71%70.98%-
XYZ16.9733.256.82-
YUV114.278157.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.61%
GREEN value IS 181 (71.09% from 255) = 79.74%
BLUE value IS 31 (12.5% from 255) = 13.66%
R=6.61%
G=79.74%
B=13.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15181310.9200.830.29125.7884.6938.43
HexFB51F5C0531D7e5526
Octal172653713401233517612546
Binary111110110101111111011100010100111110111111101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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