#06BA34

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

Shades of Dark Pastel Green #06BA34

Tints of Dark Pastel Green #06BA34

Color information

#06BA34 (or 0x06BA34) is unknown color: approx Dark Pastel Green. HEX triplet: 06, BA and 34. RGB value is (6,186,52). Sum of RGB (Red+Green+Blue) = 6+186+52=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 186 (73.05% from 255 or 76.23% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BA34 is #F945CB. Grayscale: #757575. Windows color (decimal): -16336332 or 3455494. OLE color: 3455494.

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

Color convert

RGB618652-
CMYK0.9700.720.27
HSL135.33º93.75%37.65%-
HSV(B)135.33º96.77%72.94%-
XYZ18.2535.49.12-
YUV116.991.3748.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 186 (73.05% from 255) = 76.23%
BLUE value IS 52 (20.70% from 255) = 21.31%
R=2.46%
G=76.23%
B=21.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6186520.9700.720.27135.3393.7537.65
Hex6BA34610481B875e26
Octal62726414101103320713646
Binary1101011101011010011000010100100011011100001111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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