#6EEA72

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

Shades of Pastel Green #6EEA72

Tints of Pastel Green #6EEA72

Color information

#6EEA72 (or 0x6EEA72) is unknown color: approx Pastel Green. HEX triplet: 6E, EA and 72. RGB value is (110,234,114). Sum of RGB (Red+Green+Blue) = 110+234+114=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEA72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6EEA72 is #91158D. Grayscale: #B7B7B7. Windows color (decimal): -9508238 or 7531118. OLE color: 7531118.

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

Color convert

RGB110234114-
CMYK0.5300.510.08
HSL121.94º74.7%67.45%-
HSV(B)121.94º52.99%91.76%-
XYZ38.8963.3826.1-
YUV183.2488.9275.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.02%
GREEN value IS 234 (91.80% from 255) = 51.09%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=24.02%
G=51.09%
B=24.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102341140.5300.510.08121.9474.767.45
Hex6EEA723503387a4b43
Octal1563521626506310172113103
Binary110111011101010111001011010101100111000111101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,234,114); }

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

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

 a { background-color: rgb(110,234,114); }

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

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

 span { border-color: rgb(110,234,114); }

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