Html Css Color HEX #6AEC8A Pastel Green

📋 copy color: '#6AEC8A'

red 106 ◦ green 236 ◦ blue 138

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

Shades of Pastel Green #6AEC8A

Tints of Pastel Green #6AEC8A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.17%

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 22.08%
G = 49.17%
B = 28.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#6AEC8A (or 0x6AEC8A) is known color: Pastel Green. HEX triplet: 6A, EC and 8A. RGB value is (106,236,138). Sum of RGB (Red+Green+Blue) = 106+236+138=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEC8A is #951375. Grayscale: #BABABA. Windows color (decimal): -9769846 or 9104490. OLE color: 9104490.

HSL color Cylindrical-coordinate representation of color #6AEC8A: hue angle of 134.77º degrees, saturation: 0.77, 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 #6AEC8A is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 236 138 -
CMYK 0.55 0 0.42 0.07
HSL 134.77º 0.77% 0.67% -
HSV(B) 134.77º 0.55% 0.93% -
XYZ 40.53 64.89 34.43 -
YUV 185.96 100.93 70.97 -
System Red Green Blue C M Y K H S L
Decimal 106 236 138 0.55 0 0.42 0.07 134.77 0.77 0.67
Hex 6A EC 8A 37 0 2A 7 87 4D 43
Octal 152 354 212 67 0 52 7 207 115 103
Binary 1101010 11101100 10001010 110111 0 101010 111 10000111 1001101 1000011

Color Harmonies of #6AEC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEC8A

Black with #6AEC8A

Text Example


Text Example

White with #6AEC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,236,138); }

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

background-color css

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

 a { background-color: rgb(106,236,138); }

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

border-color css

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

 span { border-color: rgb(106,236,138); }

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