#0FBA20

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

Shades of Dark Pastel Green #0FBA20

Tints of Dark Pastel Green #0FBA20

Color information

#0FBA20 (or 0x0FBA20) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BA and 20. RGB value is (15,186,32). Sum of RGB (Red+Green+Blue) = 15+186+32=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA20 is #F045DF. Grayscale: #757575. Windows color (decimal): -15746528 or 2144783. OLE color: 2144783.

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

Color convert

RGB1518632-
CMYK0.9200.830.27
HSL125.96º85.07%39.41%-
HSV(B)125.96º91.94%72.94%-
XYZ18.0235.327.24-
YUV117.3179.8555.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.44%
GREEN value IS 186 (73.05% from 255) = 79.83%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=6.44%
G=79.83%
B=13.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15186320.9200.830.27125.9685.0739.41
HexFBA205C0531B7e5527
Octal172724013401233317612547
Binary1111101110101000001011100010100111101111111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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