#6AEB84

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

Shades of Pastel Green #6AEB84

Tints of Pastel Green #6AEB84

Color information

#6AEB84 (or 0x6AEB84) is unknown color: approx Pastel Green. HEX triplet: 6A, EB and 84. RGB value is (106,235,132). Sum of RGB (Red+Green+Blue) = 106+235+132=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEB84 is #95147B. Grayscale: #B8B8B8. Windows color (decimal): -9770108 or 8711018. OLE color: 8711018.

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

Color convert

RGB106235132-
CMYK0.5500.440.08
HSL132.09º76.33%66.86%-
HSV(B)132.09º54.89%92.16%-
XYZ39.8264.1532.11-
YUV184.6998.2671.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.41%
GREEN value IS 235 (92.19% from 255) = 49.68%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=22.41%
G=49.68%
B=27.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062351320.5500.440.08132.0976.3366.86
Hex6AEB843702C8844c43
Octal1523532046705410204114103
Binary11010101110101110000100110111010110010001000010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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