#09BA40

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

Shades of Dark Pastel Green #09BA40

Tints of Dark Pastel Green #09BA40

Color information

#09BA40 (or 0x09BA40) is unknown color: approx Dark Pastel Green. HEX triplet: 09, BA and 40. RGB value is (9,186,64). Sum of RGB (Red+Green+Blue) = 9+186+64=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 186 (73.05% from 255 or 71.81% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BA40 is #F645BF. Grayscale: #777777. Windows color (decimal): -16139712 or 4241929. OLE color: 4241929.

HSL color Cylindrical-coordinate representation of color #09BA40: hue angle of 138.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BA40 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB918664-
CMYK0.9500.660.27
HSL138.64º90.77%38.24%-
HSV(B)138.64º95.16%72.94%-
XYZ18.635.5510.73-
YUV119.1796.8649.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.47%
GREEN value IS 186 (73.05% from 255) = 71.81%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=3.47%
G=71.81%
B=24.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9186640.9500.660.27138.6490.7738.24
Hex9BA405F0421B8b5b26
Octal1127210013701023321313346
Binary100110111010100000010111110100001011011100010111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09BA40; }

 p { color: rgb(9,186,64); }

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

<style>
 a { background-color: #09BA40; }

 a { background-color: rgb(9,186,64); }

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

<style>
 span { border-color: #09BA40; }

 span { border-color: rgb(9,186,64); }

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