#0BA436

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

Shades of Dark Pastel Green #0BA436

Tints of Dark Pastel Green #0BA436

Color information

#0BA436 (or 0x0BA436) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, A4 and 36. RGB value is (11,164,54). Sum of RGB (Red+Green+Blue) = 11+164+54=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 164 (64.45% from 255 or 71.62% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 164 - color contains mainly: green. Hex color #0BA436 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA436 is #F45BC9. Grayscale: #696969. Windows color (decimal): -16014282 or 3580939. OLE color: 3580939.

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

Color convert

RGB1116454-
CMYK0.9300.670.36
HSL136.86º87.43%34.31%-
HSV(B)136.86º93.29%64.31%-
XYZ14.0826.897.94-
YUV105.7198.8160.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.80%
GREEN value IS 164 (64.45% from 255) = 71.62%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=4.80%
G=71.62%
B=23.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11164540.9300.670.36136.8687.4334.31
HexBA4365D04324895722
Octal132446613501034421112742
Binary101110100100110110101110101000011100100100010011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,164,54); }

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

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

 a { background-color: rgb(11,164,54); }

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

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

 span { border-color: rgb(11,164,54); }

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