#0FB83F

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

Shades of Dark Pastel Green #0FB83F

Tints of Dark Pastel Green #0FB83F

Color information

#0FB83F (or 0x0FB83F) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B8 and 3F. RGB value is (15,184,63). Sum of RGB (Red+Green+Blue) = 15+184+63=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 184 (72.27% from 255 or 70.23% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB83F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB83F is #F047C0. Grayscale: #777777. Windows color (decimal): -15747009 or 4175887. OLE color: 4175887.

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

Color convert

RGB1518463-
CMYK0.9200.660.28
HSL137.04º84.92%39.02%-
HSV(B)137.04º91.85%72.16%-
XYZ18.2334.7410.45-
YUV119.6896.0153.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.73%
GREEN value IS 184 (72.27% from 255) = 70.23%
BLUE value IS 63 (25% from 255) = 24.05%
R=5.73%
G=70.23%
B=24.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15184630.9200.660.28137.0484.9239.02
HexFB83F5C0421C895527
Octal172707713401023421112547
Binary11111011100011111110111000100001011100100010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,184,63); }

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

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

 a { background-color: rgb(15,184,63); }

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

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

 span { border-color: rgb(15,184,63); }

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