#6AEC95

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

Shades of Pastel Green #6AEC95

Tints of Pastel Green #6AEC95

Color information

#6AEC95 (or 0x6AEC95) is unknown color: approx Pastel Green. HEX triplet: 6A, EC and 95. RGB value is (106,236,149). Sum of RGB (Red+Green+Blue) = 106+236+149=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEC95 is #95136A. Grayscale: #BBBBBB. Windows color (decimal): -9769835 or 9825386. OLE color: 9825386.

HSL color Cylindrical-coordinate representation of color #6AEC95: hue angle of 139.85º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEC95 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB106236149-
CMYK0.5500.370.07
HSL139.85º77.38%67.06%-
HSV(B)139.85º55.08%92.55%-
XYZ41.3665.2338.84-
YUV187.21106.4370.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.59%
GREEN value IS 236 (92.58% from 255) = 48.07%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=21.59%
G=48.07%
B=30.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062361490.5500.370.07139.8577.3867.06
Hex6AEC953702578c4d43
Octal152354225670457214115103
Binary1101010111011001001010111011101001011111000110010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AEC95; }

 p { color: rgb(106,236,149); }

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

<style>
 a { background-color: #6AEC95; }

 a { background-color: rgb(106,236,149); }

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

<style>
 span { border-color: #6AEC95; }

 span { border-color: rgb(106,236,149); }

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