#0FC91B

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

Shades of Dark Pastel Green #0FC91B

Tints of Dark Pastel Green #0FC91B

Color information

#0FC91B (or 0x0FC91B) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C9 and 1B. RGB value is (15,201,27). Sum of RGB (Red+Green+Blue) = 15+201+27=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 201 (78.91% from 255 or 82.72% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC91B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC91B is #F036E4. Grayscale: #7E7E7E. Windows color (decimal): -15742693 or 1820943. OLE color: 1820943.

HSL color Cylindrical-coordinate representation of color #0FC91B: hue angle of 123.87º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC91B is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB1520127-
CMYK0.9300.870.21
HSL123.87º86.11%42.35%-
HSV(B)123.87º92.54%78.82%-
XYZ21.2841.958.01-
YUV125.5572.3849.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 201 (78.91% from 255) = 82.72%
BLUE value IS 27 (10.94% from 255) = 11.11%
R=6.17%
G=82.72%
B=11.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15201270.9300.870.21123.8786.1142.35
HexFC91B5D057157c562a
Octal173113313501272517412652
Binary111111001001110111011101010101111010111111001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,201,27); }

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

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

 a { background-color: rgb(15,201,27); }

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

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

 span { border-color: rgb(15,201,27); }

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