Html Css Color HEX #6AED7A Pastel Green

📋 copy color: '#6AED7A'

red 106 ◦ green 237 ◦ blue 122

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

Shades of Pastel Green #6AED7A

Tints of Pastel Green #6AED7A

RGB

 RED value IS 106 (41.8% from 255) = 22.8%

 GREEN value IS 237 (92.97% from 255) = 50.97%

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

R = 22.8%
G = 50.97%
B = 26.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#6AED7A (or 0x6AED7A) is known color: Pastel Green. HEX triplet: 6A, ED and 7A. RGB value is (106,237,122). Sum of RGB (Red+Green+Blue) = 106+237+122=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AED7A is #951285. Grayscale: #B9B9B9. Windows color (decimal): -9769606 or 8056170. OLE color: 8056170.

HSL color Cylindrical-coordinate representation of color #6AED7A: hue angle of 127.33º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AED7A is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 237 122 -
CMYK 0.55 0 0.49 0.07
HSL 127.33º 0.78% 0.67% -
HSV(B) 127.33º 0.55% 0.93% -
XYZ 39.74 65.04 28.87 -
YUV 184.72 92.6 71.85 -
System Red Green Blue C M Y K H S L
Decimal 106 237 122 0.55 0 0.49 0.07 127.33 0.78 0.67
Hex 6A ED 7A 37 0 31 7 7F 4E 43
Octal 152 355 172 67 0 61 7 177 116 103
Binary 1101010 11101101 1111010 110111 0 110001 111 1111111 1001110 1000011

Color Harmonies of #6AED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AED7A

Black with #6AED7A

Text Example


Text Example

White with #6AED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,237,122); }

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

background-color css

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

 a { background-color: rgb(106,237,122); }

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

border-color css

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

 span { border-color: rgb(106,237,122); }

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