#06BA5E

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

Shades of Pigment Green #06BA5E

Tints of Pigment Green #06BA5E

Color information

#06BA5E (or 0x06BA5E) is unknown color: approx Pigment Green. HEX triplet: 06, BA and 5E. RGB value is (6,186,94). Sum of RGB (Red+Green+Blue) = 6+186+94=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA5E is #F945A1. Grayscale: #797979. Windows color (decimal): -16336290 or 6208006. OLE color: 6208006.

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

Color convert

RGB618694-
CMYK0.9700.490.27
HSL149.33º93.75%37.65%-
HSV(B)149.33º96.77%72.94%-
XYZ19.6535.9616.5-
YUV121.69112.3745.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.10%
GREEN value IS 186 (73.05% from 255) = 65.03%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=2.10%
G=65.03%
B=32.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6186940.9700.490.27149.3393.7537.65
Hex6BA5E610311B955e26
Octal62721361410613322513646
Binary1101011101010111101100001011000111011100101011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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