Html Css Color HEX #7AD682 Pastel Green

📋 copy color: '#7AD682'

red 122 ◦ green 214 ◦ blue 130

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

Shades of Pastel Green #7AD682

Tints of Pastel Green #7AD682

RGB

 RED value IS 122 (48.05% from 255) = 26.18%

 GREEN value IS 214 (83.98% from 255) = 45.92%

 BLUE value IS 130 (51.17% from 255) = 27.9%

R = 26.18%
G = 45.92%
B = 27.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#7AD682 (or 0x7AD682) is known color: Pastel Green. HEX triplet: 7A, D6 and 82. RGB value is (122,214,130). Sum of RGB (Red+Green+Blue) = 122+214+130=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD682 is #85297D. Grayscale: #B1B1B1. Windows color (decimal): -8726910 or 8574586. OLE color: 8574586.

HSL color Cylindrical-coordinate representation of color #7AD682: hue angle of 125.22º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD682 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 214 130 -
CMYK 0.43 0 0.39 0.16
HSL 125.22º 0.53% 0.66% -
HSV(B) 125.22º 0.43% 0.84% -
XYZ 36.1 53.84 29.61 -
YUV 176.92 101.52 88.83 -
System Red Green Blue C M Y K H S L
Decimal 122 214 130 0.43 0 0.39 0.16 125.22 0.53 0.66
Hex 7A D6 82 2B 0 27 10 7D 35 42
Octal 172 326 202 53 0 47 20 175 65 102
Binary 1111010 11010110 10000010 101011 0 100111 10000 1111101 110101 1000010

Color Harmonies of #7AD682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD682

Black with #7AD682

Text Example


Text Example

White with #7AD682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AD682; }

 p { color: rgb(122,214,130); }

 H1.HeaderClassName
 {
   color: #7AD682;
 }
 .AnyTagClassName
 {
   color: #7AD682;
 }
</style>

background-color css

<style>
 a { background-color: #7AD682; }

 a { background-color: rgb(122,214,130); }

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

border-color css

<style>
 span { border-color: #7AD682; }

 span { border-color: rgb(122,214,130); }

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