Html Css Color HEX #6ACD76 Pastel Green

📋 copy color: '#6ACD76'

red 106 ◦ green 205 ◦ blue 118

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

Shades of Pastel Green #6ACD76

Tints of Pastel Green #6ACD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.79%

 BLUE value IS 118 (46.48% from 255) = 27.51%

R = 24.71%
G = 47.79%
B = 27.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#6ACD76 (or 0x6ACD76) is known color: Pastel Green. HEX triplet: 6A, CD and 76. RGB value is (106,205,118). Sum of RGB (Red+Green+Blue) = 106+205+118=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACD76 is #953289. Grayscale: #A5A5A5. Windows color (decimal): -9777802 or 7785834. OLE color: 7785834.

HSL color Cylindrical-coordinate representation of color #6ACD76: hue angle of 127.27º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACD76 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 205 118 -
CMYK 0.48 0 0.42 0.20
HSL 127.27º 0.5% 0.61% -
HSV(B) 127.27º 0.48% 0.8% -
XYZ 31.05 48.03 24.77 -
YUV 165.48 101.2 85.57 -
System Red Green Blue C M Y K H S L
Decimal 106 205 118 0.48 0 0.42 0.20 127.27 0.5 0.61
Hex 6A CD 76 30 0 2A 14 7F 32 3D
Octal 152 315 166 60 0 52 24 177 62 75
Binary 1101010 11001101 1110110 110000 0 101010 10100 1111111 110010 111101

Color Harmonies of #6ACD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACD76

Black with #6ACD76

Text Example


Text Example

White with #6ACD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,205,118); }

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

background-color css

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

 a { background-color: rgb(106,205,118); }

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

border-color css

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

 span { border-color: rgb(106,205,118); }

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