#6AE182

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

Shades of Pastel Green #6AE182

Tints of Pastel Green #6AE182

Color information

#6AE182 (or 0x6AE182) is unknown color: approx Pastel Green. HEX triplet: 6A, E1 and 82. RGB value is (106,225,130). Sum of RGB (Red+Green+Blue) = 106+225+130=461 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.99% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE182 is #951E7D. Grayscale: #B2B2B2. Windows color (decimal): -9772670 or 8577386. OLE color: 8577386.

HSL color Cylindrical-coordinate representation of color #6AE182: hue angle of 132.1º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE182 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB106225130-
CMYK0.5300.420.12
HSL132.1º66.48%64.9%-
HSV(B)132.1º52.89%88.24%-
XYZ36.958.5330.47-
YUV178.59100.5876.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.99%
GREEN value IS 225 (88.28% from 255) = 48.81%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=22.99%
G=48.81%
B=28.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1062251300.5300.420.12132.166.4864.9
Hex6AE1823502AC844241
Octal1523412026505214204102101
Binary11010101110000110000010110101010101011001000010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,225,130); }

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

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

 a { background-color: rgb(106,225,130); }

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

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

 span { border-color: rgb(106,225,130); }

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