#0FB21F

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

Shades of Dark Pastel Green #0FB21F

Tints of Dark Pastel Green #0FB21F

Color information

#0FB21F (or 0x0FB21F) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B2 and 1F. RGB value is (15,178,31). Sum of RGB (Red+Green+Blue) = 15+178+31=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 178 (69.92% from 255 or 79.46% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB21F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB21F is #F04DE0. Grayscale: #707070. Windows color (decimal): -15748577 or 2077199. OLE color: 2077199.

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

Color convert

RGB1517831-
CMYK0.9200.830.30
HSL125.89º84.46%37.84%-
HSV(B)125.89º91.57%69.8%-
XYZ16.3632.046.62-
YUV112.58258.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.70%
GREEN value IS 178 (69.92% from 255) = 79.46%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=6.70%
G=79.46%
B=13.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15178310.9200.830.30125.8984.4637.84
HexFB21F5C0531E7e5426
Octal172623713401233617612446
Binary111110110010111111011100010100111111011111101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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