Html Css Color HEX #7AEDA2 Light Green

📋 copy color: '#7AEDA2'

red 122 ◦ green 237 ◦ blue 162

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

Shades of Light Green #7AEDA2

Tints of Light Green #7AEDA2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

 BLUE value IS 162 (63.67% from 255) = 31.09%

R = 23.42%
G = 45.49%
B = 31.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#7AEDA2 (or 0x7AEDA2) is known color: Light Green. HEX triplet: 7A, ED and A2. RGB value is (122,237,162). Sum of RGB (Red+Green+Blue) = 122+237+162=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEDA2 is #85125D. Grayscale: #C2C2C2. Windows color (decimal): -8720990 or 10677626. OLE color: 10677626.

HSL color Cylindrical-coordinate representation of color #7AEDA2: hue angle of 140.87º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEDA2 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 237 162 -
CMYK 0.49 0 0.32 0.07
HSL 140.87º 0.76% 0.7% -
HSV(B) 140.87º 0.49% 0.93% -
XYZ 44.83 67.31 44.81 -
YUV 194.07 109.9 76.6 -
System Red Green Blue C M Y K H S L
Decimal 122 237 162 0.49 0 0.32 0.07 140.87 0.76 0.7
Hex 7A ED A2 31 0 20 7 8D 4C 46
Octal 172 355 242 61 0 40 7 215 114 106
Binary 1111010 11101101 10100010 110001 0 100000 111 10001101 1001100 1000110

Color Harmonies of #7AEDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDA2

Black with #7AEDA2

Text Example


Text Example

White with #7AEDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,237,162); }

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

background-color css

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

 a { background-color: rgb(122,237,162); }

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

border-color css

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

 span { border-color: rgb(122,237,162); }

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