#06BA50

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

Shades of Pigment Green #06BA50

Tints of Pigment Green #06BA50

Color information

#06BA50 (or 0x06BA50) is unknown color: approx Pigment Green. HEX triplet: 06, BA and 50. RGB value is (6,186,80). Sum of RGB (Red+Green+Blue) = 6+186+80=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA50 is #F945AF. Grayscale: #787878. Windows color (decimal): -16336304 or 5290502. OLE color: 5290502.

HSL color Cylindrical-coordinate representation of color #06BA50: hue angle of 144.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BA50 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB618680-
CMYK0.9700.570.27
HSL144.67º93.75%37.65%-
HSV(B)144.67º96.77%72.94%-
XYZ19.0835.7413.48-
YUV120.1105.3746.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 186 (73.05% from 255) = 68.38%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=2.21%
G=68.38%
B=29.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6186800.9700.570.27144.6793.7537.65
Hex6BA50610391B915e26
Octal62721201410713322113646
Binary1101011101010100001100001011100111011100100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06BA50; }

 p { color: rgb(6,186,80); }

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

<style>
 a { background-color: #06BA50; }

 a { background-color: rgb(6,186,80); }

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

<style>
 span { border-color: #06BA50; }

 span { border-color: rgb(6,186,80); }

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