#0FBA41

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

Shades of Dark Pastel Green #0FBA41

Tints of Dark Pastel Green #0FBA41

Color information

#0FBA41 (or 0x0FBA41) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BA and 41. RGB value is (15,186,65). Sum of RGB (Red+Green+Blue) = 15+186+65=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA41 is #F045BE. Grayscale: #797979. Windows color (decimal): -15746495 or 4307471. OLE color: 4307471.

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

Color convert

RGB1518665-
CMYK0.9200.650.27
HSL137.54º85.07%39.41%-
HSV(B)137.54º91.94%72.94%-
XYZ18.7135.610.89-
YUV121.0896.3552.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.64%
GREEN value IS 186 (73.05% from 255) = 69.92%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=5.64%
G=69.92%
B=24.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15186650.9200.650.27137.5485.0739.41
HexFBA415C0411B8a5527
Octal1727210113401013321212547
Binary111110111010100000110111000100000111011100010101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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