#06BA48

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

Shades of Dark Pastel Green #06BA48

Tints of Dark Pastel Green #06BA48

Color information

#06BA48 (or 0x06BA48) is unknown color: approx Dark Pastel Green. HEX triplet: 06, BA and 48. RGB value is (6,186,72). Sum of RGB (Red+Green+Blue) = 6+186+72=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BA48 is #F945B7. Grayscale: #777777. Windows color (decimal): -16336312 or 4766214. OLE color: 4766214.

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

Color convert

RGB618672-
CMYK0.9700.610.27
HSL142º93.75%37.65%-
HSV(B)142º96.77%72.94%-
XYZ18.835.6212.02-
YUV119.18101.3747.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.27%
GREEN value IS 186 (73.05% from 255) = 70.45%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=2.27%
G=70.45%
B=27.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6186720.9700.610.2714293.7537.65
Hex6BA486103D1B8e5e26
Octal62721101410753321613646
Binary1101011101010010001100001011110111011100011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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