#0FBA4F

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

Shades of Dark Pastel Green #0FBA4F

Tints of Dark Pastel Green #0FBA4F

Color information

#0FBA4F (or 0x0FBA4F) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BA and 4F. RGB value is (15,186,79). Sum of RGB (Red+Green+Blue) = 15+186+79=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA4F is #F045B0. Grayscale: #7A7A7A. Windows color (decimal): -15746481 or 5224975. OLE color: 5224975.

HSL color Cylindrical-coordinate representation of color #0FBA4F: hue angle of 142.46º 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 #0FBA4F is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1518679-
CMYK0.9200.580.27
HSL142.46º85.07%39.41%-
HSV(B)142.46º91.94%72.94%-
XYZ19.1735.7813.29-
YUV122.67103.3551.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.36%
GREEN value IS 186 (73.05% from 255) = 66.43%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=5.36%
G=66.43%
B=28.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15186790.9200.580.27142.4685.0739.41
HexFBA4F5C03A1B8e5527
Octal172721171340723321612547
Binary11111011101010011111011100011101011011100011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,186,79); }

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

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

 a { background-color: rgb(15,186,79); }

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

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

 span { border-color: rgb(15,186,79); }

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