#0BAA26

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

Shades of Dark Pastel Green #0BAA26

Tints of Dark Pastel Green #0BAA26

Color information

#0BAA26 (or 0x0BAA26) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, AA and 26. RGB value is (11,170,38). Sum of RGB (Red+Green+Blue) = 11+170+38=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 170 (66.80% from 255 or 77.63% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAA26 is #F455D9. Grayscale: #6B6B6B. Windows color (decimal): -16012762 or 2533899. OLE color: 2533899.

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

Color convert

RGB1117038-
CMYK0.9400.780.33
HSL130.19º87.85%35.49%-
HSV(B)130.19º93.53%66.67%-
XYZ14.8628.966.64-
YUV107.4188.8259.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 170 (66.80% from 255) = 77.63%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=5.02%
G=77.63%
B=17.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11170380.9400.780.33130.1987.8535.49
HexBAA265E04E21825823
Octal132524613601164120213043
Binary101110101010100110101111001001110100001100000101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,170,38); }

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

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

 a { background-color: rgb(11,170,38); }

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

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

 span { border-color: rgb(11,170,38); }

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