Html Css Color HEX #6AEC7D Pastel Green

📋 copy color: '#6AEC7D'

red 106 ◦ green 236 ◦ blue 125

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

Shades of Pastel Green #6AEC7D

Tints of Pastel Green #6AEC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 22.7%
G = 50.54%
B = 26.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#6AEC7D (or 0x6AEC7D) is known color: Pastel Green. HEX triplet: 6A, EC and 7D. RGB value is (106,236,125). Sum of RGB (Red+Green+Blue) = 106+236+125=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AEC7D is #951382. Grayscale: #B8B8B8. Windows color (decimal): -9769859 or 8252522. OLE color: 8252522.

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

Color convert

RGB 106 236 125 -
CMYK 0.55 0 0.47 0.07
HSL 128.77º 0.77% 0.67% -
HSV(B) 128.77º 0.55% 0.93% -
XYZ 39.64 64.54 29.77 -
YUV 184.48 94.43 72.03 -
System Red Green Blue C M Y K H S L
Decimal 106 236 125 0.55 0 0.47 0.07 128.77 0.77 0.67
Hex 6A EC 7D 37 0 2F 7 81 4D 43
Octal 152 354 175 67 0 57 7 201 115 103
Binary 1101010 11101100 1111101 110111 0 101111 111 10000001 1001101 1000011

Color Harmonies of #6AEC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEC7D

Black with #6AEC7D

Text Example


Text Example

White with #6AEC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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