#6AEB90

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

Shades of Pastel Green #6AEB90

Tints of Pastel Green #6AEB90

Color information

#6AEB90 (or 0x6AEB90) is unknown color: approx Pastel Green. HEX triplet: 6A, EB and 90. RGB value is (106,235,144). Sum of RGB (Red+Green+Blue) = 106+235+144=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEB90 is #95146F. Grayscale: #BABABA. Windows color (decimal): -9770096 or 9497450. OLE color: 9497450.

HSL color Cylindrical-coordinate representation of color #6AEB90: hue angle of 137.67º degrees, saturation: 0.76, 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 #6AEB90 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB106235144-
CMYK0.5500.390.08
HSL137.67º76.33%66.86%-
HSV(B)137.67º54.89%92.16%-
XYZ40.6964.4936.69-
YUV186.05104.2670.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.86%
GREEN value IS 235 (92.19% from 255) = 48.45%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=21.86%
G=48.45%
B=29.69%

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
Decimal1062351440.5500.390.08137.6776.3366.86
Hex6AEB903702788a4c43
Octal1523532206704710212114103
Binary11010101110101110010000110111010011110001000101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,235,144); }

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

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

 a { background-color: rgb(106,235,144); }

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

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

 span { border-color: rgb(106,235,144); }

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