#06BA58

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

Shades of Pigment Green #06BA58

Tints of Pigment Green #06BA58

Color information

#06BA58 (or 0x06BA58) is unknown color: approx Pigment Green. HEX triplet: 06, BA and 58. RGB value is (6,186,88). Sum of RGB (Red+Green+Blue) = 6+186+88=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA58 is #F945A7. Grayscale: #797979. Windows color (decimal): -16336296 or 5814790. OLE color: 5814790.

HSL color Cylindrical-coordinate representation of color #06BA58: hue angle of 147.33º 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 #06BA58 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB618688-
CMYK0.9700.530.27
HSL147.33º93.75%37.65%-
HSV(B)147.33º96.77%72.94%-
XYZ19.435.8615.13-
YUV121.01109.3745.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 186 (73.05% from 255) = 66.43%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=2.14%
G=66.43%
B=31.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6186880.9700.530.27147.3393.7537.65
Hex6BA58610351B935e26
Octal62721301410653322313646
Binary1101011101010110001100001011010111011100100111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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