#6AEA8E

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

Shades of Pastel Green #6AEA8E

Tints of Pastel Green #6AEA8E

Color information

#6AEA8E (or 0x6AEA8E) is unknown color: approx Pastel Green. HEX triplet: 6A, EA and 8E. RGB value is (106,234,142). Sum of RGB (Red+Green+Blue) = 106+234+142=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEA8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEA8E is #951571. Grayscale: #B9B9B9. Windows color (decimal): -9770354 or 9366122. OLE color: 9366122.

HSL color Cylindrical-coordinate representation of color #6AEA8E: hue angle of 136.88º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEA8E is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB106234142-
CMYK0.5500.390.08
HSL136.88º75.29%66.67%-
HSV(B)136.88º54.7%91.76%-
XYZ40.2563.8635.8-
YUV185.24103.5971.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.99%
GREEN value IS 234 (91.80% from 255) = 48.55%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=21.99%
G=48.55%
B=29.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062341420.5500.390.08136.8875.2966.67
Hex6AEA8E370278894b43
Octal1523522166704710211113103
Binary11010101110101010001110110111010011110001000100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,234,142); }

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

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

 a { background-color: rgb(106,234,142); }

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

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

 span { border-color: rgb(106,234,142); }

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