#0FBA44

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

Shades of Dark Pastel Green #0FBA44

Tints of Dark Pastel Green #0FBA44

Color information

#0FBA44 (or 0x0FBA44) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BA and 44. RGB value is (15,186,68). Sum of RGB (Red+Green+Blue) = 15+186+68=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA44 is #F045BB. Grayscale: #797979. Windows color (decimal): -15746492 or 4504079. OLE color: 4504079.

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

Color convert

RGB1518668-
CMYK0.9200.630.27
HSL138.6º85.07%39.41%-
HSV(B)138.6º91.94%72.94%-
XYZ18.835.6411.36-
YUV121.4297.8552.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.58%
GREEN value IS 186 (73.05% from 255) = 69.14%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=5.58%
G=69.14%
B=25.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15186680.9200.630.27138.685.0739.41
HexFBA445C03F1B8b5527
Octal172721041340773321312547
Binary11111011101010001001011100011111111011100010111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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