#0FBA27

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

Shades of Dark Pastel Green #0FBA27

Tints of Dark Pastel Green #0FBA27

Color information

#0FBA27 (or 0x0FBA27) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BA and 27. RGB value is (15,186,39). Sum of RGB (Red+Green+Blue) = 15+186+39=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA27 is #F045D8. Grayscale: #767676. Windows color (decimal): -15746521 or 2603535. OLE color: 2603535.

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

Color convert

RGB1518639-
CMYK0.9200.790.27
HSL128.42º85.07%39.41%-
HSV(B)128.42º91.94%72.94%-
XYZ18.1235.377.79-
YUV118.1183.3554.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 186 (73.05% from 255) = 77.5%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=6.25%
G=77.5%
B=16.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15186390.9200.790.27128.4285.0739.41
HexFBA275C04F1B805527
Octal172724713401173320012547
Binary11111011101010011110111000100111111011100000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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