#6AEA76

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

Shades of Pastel Green #6AEA76

Tints of Pastel Green #6AEA76

Color information

#6AEA76 (or 0x6AEA76) is unknown color: approx Pastel Green. HEX triplet: 6A, EA and 76. RGB value is (106,234,118). Sum of RGB (Red+Green+Blue) = 106+234+118=458 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.14% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEA76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AEA76 is #951589. Grayscale: #B6B6B6. Windows color (decimal): -9770378 or 7793258. OLE color: 7793258.

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

Color convert

RGB106234118-
CMYK0.5500.500.08
HSL125.62º75.29%66.67%-
HSV(B)125.62º54.7%91.76%-
XYZ38.6463.2227.31-
YUV182.591.5973.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.14%
GREEN value IS 234 (91.80% from 255) = 51.09%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=23.14%
G=51.09%
B=25.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062341180.5500.500.08125.6275.2966.67
Hex6AEA763703287e4b43
Octal1523521666706210176113103
Binary110101011101010111011011011101100101000111111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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