#6AEE8E

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

Shades of Pastel Green #6AEE8E

Tints of Pastel Green #6AEE8E

Color information

#6AEE8E (or 0x6AEE8E) is unknown color: approx Pastel Green. HEX triplet: 6A, EE and 8E. RGB value is (106,238,142). Sum of RGB (Red+Green+Blue) = 106+238+142=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEE8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEE8E is #951171. Grayscale: #BBBBBB. Windows color (decimal): -9769330 or 9367146. OLE color: 9367146.

HSL color Cylindrical-coordinate representation of color #6AEE8E: hue angle of 136.36º degrees, saturation: 0.8, 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 #6AEE8E is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB106238142-
CMYK0.5500.400.07
HSL136.36º79.52%67.45%-
HSV(B)136.36º55.46%93.33%-
XYZ41.466.1736.18-
YUV187.59102.2769.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.81%
GREEN value IS 238 (93.36% from 255) = 48.97%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=21.81%
G=48.97%
B=29.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062381420.5500.400.07136.3679.5267.45
Hex6AEE8E370287885043
Octal152356216670507210120103
Binary1101010111011101000111011011101010001111000100010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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