#06BA39

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

Shades of Dark Pastel Green #06BA39

Tints of Dark Pastel Green #06BA39

Color information

#06BA39 (or 0x06BA39) is unknown color: approx Dark Pastel Green. HEX triplet: 06, BA and 39. RGB value is (6,186,57). Sum of RGB (Red+Green+Blue) = 6+186+57=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 186 (73.05% from 255 or 74.70% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BA39 is #F945C6. Grayscale: #757575. Windows color (decimal): -16336327 or 3783174. OLE color: 3783174.

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

Color convert

RGB618657-
CMYK0.9700.690.27
HSL137º93.75%37.65%-
HSV(B)137º96.77%72.94%-
XYZ18.3735.459.75-
YUV117.4793.8748.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.41%
GREEN value IS 186 (73.05% from 255) = 74.70%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=2.41%
G=74.70%
B=22.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6186570.9700.690.2713793.7537.65
Hex6BA39610451B895e26
Octal62727114101053321113646
Binary1101011101011100111000010100010111011100010011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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