Html Css Color HEX #6AEC8B Pastel Green

📋 copy color: '#6AEC8B'

red 106 ◦ green 236 ◦ blue 139

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

Shades of Pastel Green #6AEC8B

Tints of Pastel Green #6AEC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 22.04%
G = 49.06%
B = 28.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#6AEC8B (or 0x6AEC8B) is known color: Pastel Green. HEX triplet: 6A, EC and 8B. RGB value is (106,236,139). Sum of RGB (Red+Green+Blue) = 106+236+139=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEC8B is #951374. Grayscale: #BABABA. Windows color (decimal): -9769845 or 9170026. OLE color: 9170026.

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

Color convert

RGB 106 236 139 -
CMYK 0.55 0 0.41 0.07
HSL 135.23º 0.77% 0.67% -
HSV(B) 135.23º 0.55% 0.93% -
XYZ 40.6 64.92 34.82 -
YUV 186.07 101.43 70.89 -
System Red Green Blue C M Y K H S L
Decimal 106 236 139 0.55 0 0.41 0.07 135.23 0.77 0.67
Hex 6A EC 8B 37 0 29 7 87 4D 43
Octal 152 354 213 67 0 51 7 207 115 103
Binary 1101010 11101100 10001011 110111 0 101001 111 10000111 1001101 1000011

Color Harmonies of #6AEC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEC8B

Black with #6AEC8B

Text Example


Text Example

White with #6AEC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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