#09BA5C

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

Shades of Pigment Green #09BA5C

Tints of Pigment Green #09BA5C

Color information

#09BA5C (or 0x09BA5C) is unknown color: approx Pigment Green. HEX triplet: 09, BA and 5C. RGB value is (9,186,92). Sum of RGB (Red+Green+Blue) = 9+186+92=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BA5C is #F645A3. Grayscale: #7A7A7A. Windows color (decimal): -16139684 or 6076937. OLE color: 6076937.

HSL color Cylindrical-coordinate representation of color #09BA5C: hue angle of 148.14º 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 #09BA5C is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB918692-
CMYK0.9500.510.27
HSL148.14º90.77%38.24%-
HSV(B)148.14º95.16%72.94%-
XYZ19.635.9516.03-
YUV122.36110.8647.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.14%
GREEN value IS 186 (73.05% from 255) = 64.81%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=3.14%
G=64.81%
B=32.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9186920.9500.510.27148.1490.7738.24
Hex9BA5C5F0331B945b26
Octal112721341370633322413346
Binary10011011101010111001011111011001111011100101001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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