Html Css Color HEX #6ED26E Pastel Green

📋 copy color: '#6ED26E'

red 110 ◦ green 210 ◦ blue 110

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

Shades of Pastel Green #6ED26E

Tints of Pastel Green #6ED26E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.84%

 BLUE value IS 110 (43.36% from 255) = 25.58%

R = 25.58%
G = 48.84%
B = 25.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#6ED26E (or 0x6ED26E) is known color: Pastel Green. HEX triplet: 6E, D2 and 6E. RGB value is (110,210,110). Sum of RGB (Red+Green+Blue) = 110+210+110=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED26E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED26E is #912D91. Grayscale: #A8A8A8. Windows color (decimal): -9514386 or 7262830. OLE color: 7262830.

HSL color Cylindrical-coordinate representation of color #6ED26E: hue angle of 120º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED26E is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 210 110 -
CMYK 0.48 0 0.48 0.18
HSL 120º 0.53% 0.63% -
HSV(B) 120º 0.48% 0.82% -
XYZ 32.29 50.53 22.8 -
YUV 168.7 94.87 86.13 -
System Red Green Blue C M Y K H S L
Decimal 110 210 110 0.48 0 0.48 0.18 120 0.53 0.63
Hex 6E D2 6E 30 0 30 12 78 35 3F
Octal 156 322 156 60 0 60 22 170 65 77
Binary 1101110 11010010 1101110 110000 0 110000 10010 1111000 110101 111111

Color Harmonies of #6ED26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED26E

Black with #6ED26E

Text Example


Text Example

White with #6ED26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,210,110); }

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

background-color css

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

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

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

border-color css

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

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

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