#0fba37

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

Shades of Dark Pastel Green #0FBA37

Tints of Dark Pastel Green #0FBA37

Color information

#0FBA37 (or 0x0FBA37) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BA and 37. RGB value is (15,186,55). Sum of RGB (Red+Green+Blue) = 15+186+55=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA37 is #F045C8. Grayscale: #787878. Windows color (decimal): -15746505 or 3652111. OLE color: 3652111.

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

Color convert

RGB1518655-
CMYK0.9200.700.27
HSL134.04º85.07%39.41%-
HSV(B)134.04º91.94%72.94%-
XYZ18.4535.59.49-
YUV119.9491.3553.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.86%
GREEN value IS 186 (73.05% from 255) = 72.66%
BLUE value IS 55 (21.88% from 255) = 21.48%
R=5.86%
G=72.66%
B=21.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15186550.9200.700.27134.0485.0739.41
HexFBA375C0461B865527
Octal172726713401063320612547
Binary11111011101011011110111000100011011011100001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fba37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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