#0BA12D

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

Shades of Dark Pastel Green #0BA12D

Tints of Dark Pastel Green #0BA12D

Color information

#0BA12D (or 0x0BA12D) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, A1 and 2D. RGB value is (11,161,45). Sum of RGB (Red+Green+Blue) = 11+161+45=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 161 (63.28% from 255 or 74.19% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA12D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA12D is #F45ED2. Grayscale: #676767. Windows color (decimal): -16015059 or 2990347. OLE color: 2990347.

HSL color Cylindrical-coordinate representation of color #0BA12D: hue angle of 133.6º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA12D is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB1116145-
CMYK0.9300.720.37
HSL133.6º87.21%33.73%-
HSV(B)133.6º93.17%63.14%-
XYZ13.3625.756.75-
YUV102.9395.362.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 161 (63.28% from 255) = 74.19%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=5.07%
G=74.19%
B=20.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11161450.9300.720.37133.687.2133.73
HexBA12D5D04825865722
Octal132415513501104520612742
Binary101110100001101101101110101001000100101100001101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,161,45); }

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

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

 a { background-color: rgb(11,161,45); }

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

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

 span { border-color: rgb(11,161,45); }

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