#0BAC31

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

Shades of Dark Pastel Green #0BAC31

Tints of Dark Pastel Green #0BAC31

Color information

#0BAC31 (or 0x0BAC31) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, AC and 31. RGB value is (11,172,49). Sum of RGB (Red+Green+Blue) = 11+172+49=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 172 (67.58% from 255 or 74.14% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAC31 is #F453CE. Grayscale: #6E6E6E. Windows color (decimal): -16012239 or 3255307. OLE color: 3255307.

HSL color Cylindrical-coordinate representation of color #0BAC31: hue angle of 134.16º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC31 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1117249-
CMYK0.9400.720.33
HSL134.16º87.98%35.88%-
HSV(B)134.16º93.6%67.45%-
XYZ15.4429.87.84-
YUV109.8493.6657.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.74%
GREEN value IS 172 (67.58% from 255) = 74.14%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=4.74%
G=74.14%
B=21.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11172490.9400.720.33134.1687.9835.88
HexBAC315E04821865824
Octal132546113601104120613044
Binary101110101100110001101111001001000100001100001101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,172,49); }

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

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

 a { background-color: rgb(11,172,49); }

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

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

 span { border-color: rgb(11,172,49); }

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