#0FBA3D

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

Shades of Dark Pastel Green #0FBA3D

Tints of Dark Pastel Green #0FBA3D

Color information

#0FBA3D (or 0x0FBA3D) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BA and 3D. RGB value is (15,186,61). Sum of RGB (Red+Green+Blue) = 15+186+61=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA3D is #F045C2. Grayscale: #787878. Windows color (decimal): -15746499 or 4045327. OLE color: 4045327.

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

Color convert

RGB1518661-
CMYK0.9200.670.27
HSL136.14º85.07%39.41%-
HSV(B)136.14º91.94%72.94%-
XYZ18.635.5610.3-
YUV120.6294.3552.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.73%
GREEN value IS 186 (73.05% from 255) = 70.99%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=5.73%
G=70.99%
B=23.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15186610.9200.670.27136.1485.0739.41
HexFBA3D5C0431B885527
Octal172727513401033321012547
Binary11111011101011110110111000100001111011100010001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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