Html Css Color HEX #7AEAA0 Light Green

📋 copy color: '#7AEAA0'

red 122 ◦ green 234 ◦ blue 160

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

Shades of Light Green #7AEAA0

Tints of Light Green #7AEAA0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.35%

 BLUE value IS 160 (62.89% from 255) = 31.01%

R = 23.64%
G = 45.35%
B = 31.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#7AEAA0 (or 0x7AEAA0) is known color: Light Green. HEX triplet: 7A, EA and A0. RGB value is (122,234,160). Sum of RGB (Red+Green+Blue) = 122+234+160=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEAA0 is #85155F. Grayscale: #C0C0C0. Windows color (decimal): -8721760 or 10545786. OLE color: 10545786.

HSL color Cylindrical-coordinate representation of color #7AEAA0: hue angle of 140.36º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEAA0 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 234 160 -
CMYK 0.48 0 0.32 0.08
HSL 140.36º 0.73% 0.7% -
HSV(B) 140.36º 0.48% 0.92% -
XYZ 43.79 65.52 43.6 -
YUV 192.08 109.89 78.02 -
System Red Green Blue C M Y K H S L
Decimal 122 234 160 0.48 0 0.32 0.08 140.36 0.73 0.7
Hex 7A EA A0 30 0 20 8 8C 49 46
Octal 172 352 240 60 0 40 10 214 111 106
Binary 1111010 11101010 10100000 110000 0 100000 1000 10001100 1001001 1000110

Color Harmonies of #7AEAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEAA0

Black with #7AEAA0

Text Example


Text Example

White with #7AEAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,234,160); }

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

background-color css

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

 a { background-color: rgb(122,234,160); }

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

border-color css

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

 span { border-color: rgb(122,234,160); }

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