Html Css Color HEX #6ACE7D Pastel Green

📋 copy color: '#6ACE7D'

red 106 ◦ green 206 ◦ blue 125

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

Shades of Pastel Green #6ACE7D

Tints of Pastel Green #6ACE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.14%

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

R = 24.26%
G = 47.14%
B = 28.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#6ACE7D (or 0x6ACE7D) is known color: Pastel Green. HEX triplet: 6A, CE and 7D. RGB value is (106,206,125). Sum of RGB (Red+Green+Blue) = 106+206+125=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACE7D is #953182. Grayscale: #A7A7A7. Windows color (decimal): -9777539 or 8244842. OLE color: 8244842.

HSL color Cylindrical-coordinate representation of color #6ACE7D: hue angle of 131.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACE7D is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 206 125 -
CMYK 0.49 0 0.39 0.19
HSL 131.4º 0.51% 0.61% -
HSV(B) 131.4º 0.49% 0.81% -
XYZ 31.72 48.69 27.13 -
YUV 166.87 104.37 84.59 -
System Red Green Blue C M Y K H S L
Decimal 106 206 125 0.49 0 0.39 0.19 131.4 0.51 0.61
Hex 6A CE 7D 31 0 27 13 83 33 3D
Octal 152 316 175 61 0 47 23 203 63 75
Binary 1101010 11001110 1111101 110001 0 100111 10011 10000011 110011 111101

Color Harmonies of #6ACE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACE7D

Black with #6ACE7D

Text Example


Text Example

White with #6ACE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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