Html Css Color HEX #7AEEA0 Light Green

📋 copy color: '#7AEEA0'

red 122 ◦ green 238 ◦ blue 160

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

Shades of Light Green #7AEEA0

Tints of Light Green #7AEEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.77%

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

R = 23.46%
G = 45.77%
B = 30.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#7AEEA0 (or 0x7AEEA0) is known color: Light Green. HEX triplet: 7A, EE and A0. RGB value is (122,238,160). Sum of RGB (Red+Green+Blue) = 122+238+160=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEEA0 is #85115F. Grayscale: #C2C2C2. Windows color (decimal): -8720736 or 10546810. OLE color: 10546810.

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

Color convert

RGB 122 238 160 -
CMYK 0.49 0 0.33 0.07
HSL 139.66º 0.77% 0.71% -
HSV(B) 139.66º 0.49% 0.93% -
XYZ 44.95 67.82 43.98 -
YUV 194.42 108.57 76.34 -
System Red Green Blue C M Y K H S L
Decimal 122 238 160 0.49 0 0.33 0.07 139.66 0.77 0.71
Hex 7A EE A0 31 0 21 7 8C 4D 47
Octal 172 356 240 61 0 41 7 214 115 107
Binary 1111010 11101110 10100000 110001 0 100001 111 10001100 1001101 1000111

Color Harmonies of #7AEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEEA0

Black with #7AEEA0

Text Example


Text Example

White with #7AEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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