Html Css Color HEX #6ED07A Pastel Green

📋 copy color: '#6ED07A'

red 110 ◦ green 208 ◦ blue 122

#6ED07A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #6ED07A

Tints of Pastel Green #6ED07A

RGB

 RED value IS 110 (43.36% from 255) = 25%

 GREEN value IS 208 (81.64% from 255) = 47.27%

 BLUE value IS 122 (48.05% from 255) = 27.73%

R = 25%
G = 47.27%
B = 27.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#6ED07A (or 0x6ED07A) is known color: Pastel Green. HEX triplet: 6E, D0 and 7A. RGB value is (110,208,122). Sum of RGB (Red+Green+Blue) = 110+208+122=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED07A is #912F85. Grayscale: #A9A9A9. Windows color (decimal): -9514886 or 8048750. OLE color: 8048750.

HSL color Cylindrical-coordinate representation of color #6ED07A: hue angle of 127.35º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED07A is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 208 122 -
CMYK 0.47 0 0.41 0.18
HSL 127.35º 0.51% 0.62% -
HSV(B) 127.35º 0.47% 0.82% -
XYZ 32.5 49.83 26.32 -
YUV 168.89 101.53 85.99 -
System Red Green Blue C M Y K H S L
Decimal 110 208 122 0.47 0 0.41 0.18 127.35 0.51 0.62
Hex 6E D0 7A 2F 0 29 12 7F 33 3E
Octal 156 320 172 57 0 51 22 177 63 76
Binary 1101110 11010000 1111010 101111 0 101001 10010 1111111 110011 111110

Color Harmonies of #6ED07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED07A

Black with #6ED07A

Text Example


Text Example

White with #6ED07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,208,122); }

 H1.HeaderClassName
 {
   color: #6ED07A;
 }
 .AnyTagClassName
 {
   color: #6ED07A;
 }
</style>

background-color css

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

 a { background-color: rgb(110,208,122); }

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

border-color css

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

 span { border-color: rgb(110,208,122); }

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