#06BA5A

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

Shades of Pigment Green #06BA5A

Tints of Pigment Green #06BA5A

Color information

#06BA5A (or 0x06BA5A) is unknown color: approx Pigment Green. HEX triplet: 06, BA and 5A. RGB value is (6,186,90). Sum of RGB (Red+Green+Blue) = 6+186+90=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA5A is #F945A5. Grayscale: #797979. Windows color (decimal): -16336294 or 5945862. OLE color: 5945862.

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

Color convert

RGB618690-
CMYK0.9700.520.27
HSL148º93.75%37.65%-
HSV(B)148º96.77%72.94%-
XYZ19.4835.8915.57-
YUV121.24110.3745.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.13%
GREEN value IS 186 (73.05% from 255) = 65.96%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=2.13%
G=65.96%
B=31.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6186900.9700.520.2714893.7537.65
Hex6BA5A610341B945e26
Octal62721321410643322413646
Binary1101011101010110101100001011010011011100101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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