#0BA639

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

Shades of Dark Pastel Green #0BA639

Tints of Dark Pastel Green #0BA639

Color information

#0BA639 (or 0x0BA639) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, A6 and 39. RGB value is (11,166,57). Sum of RGB (Red+Green+Blue) = 11+166+57=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 166 (65.23% from 255 or 70.94% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA639 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA639 is #F459C6. Grayscale: #6B6B6B. Windows color (decimal): -16013767 or 3778059. OLE color: 3778059.

HSL color Cylindrical-coordinate representation of color #0BA639: hue angle of 137.81º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA639 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1116657-
CMYK0.9300.660.35
HSL137.81º87.57%34.71%-
HSV(B)137.81º93.37%65.1%-
XYZ14.5127.648.44-
YUV107.2399.6559.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.70%
GREEN value IS 166 (65.23% from 255) = 70.94%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=4.70%
G=70.94%
B=24.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11166570.9300.660.35137.8187.5734.71
HexBA6395D042238a5823
Octal132467113501024321213043
Binary101110100110111001101110101000010100011100010101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,166,57); }

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

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

 a { background-color: rgb(11,166,57); }

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

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

 span { border-color: rgb(11,166,57); }

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