#6AE470

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

Shades of Pastel Green #6AE470

Tints of Pastel Green #6AE470

Color information

#6AE470 (or 0x6AE470) is unknown color: approx Pastel Green. HEX triplet: 6A, E4 and 70. RGB value is (106,228,112). Sum of RGB (Red+Green+Blue) = 106+228+112=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #6AE470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE470 is #951B8F. Grayscale: #B2B2B2. Windows color (decimal): -9771920 or 7398506. OLE color: 7398506.

HSL color Cylindrical-coordinate representation of color #6AE470: hue angle of 122.95º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE470 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB106228112-
CMYK0.5400.510.11
HSL122.95º69.32%65.49%-
HSV(B)122.95º53.51%89.41%-
XYZ36.6159.7224.93-
YUV178.390.5876.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.77%
GREEN value IS 228 (89.45% from 255) = 51.12%
BLUE value IS 112 (44.14% from 255) = 25.11%
R=23.77%
G=51.12%
B=25.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1062281120.5400.510.11122.9569.3265.49
Hex6AE47036033B7b4541
Octal1523441606606313173105101
Binary110101011100100111000011011001100111011111101110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,228,112); }

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

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

 a { background-color: rgb(106,228,112); }

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

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

 span { border-color: rgb(106,228,112); }

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