Html Css Color HEX #7AE096 Light Green

📋 copy color: '#7AE096'

red 122 ◦ green 224 ◦ blue 150

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

Shades of Light Green #7AE096

Tints of Light Green #7AE096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.16%

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 24.6%
G = 45.16%
B = 30.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#7AE096 (or 0x7AE096) is known color: Light Green. HEX triplet: 7A, E0 and 96. RGB value is (122,224,150). Sum of RGB (Red+Green+Blue) = 122+224+150=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE096 is #851F69. Grayscale: #B9B9B9. Windows color (decimal): -8724330 or 9887866. OLE color: 9887866.

HSL color Cylindrical-coordinate representation of color #7AE096: hue angle of 136.47º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE096 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 224 150 -
CMYK 0.46 0 0.33 0.12
HSL 136.47º 0.62% 0.68% -
HSV(B) 136.47º 0.46% 0.88% -
XYZ 40.19 59.65 38.25 -
YUV 185.07 108.21 83.02 -
System Red Green Blue C M Y K H S L
Decimal 122 224 150 0.46 0 0.33 0.12 136.47 0.62 0.68
Hex 7A E0 96 2E 0 21 C 88 3E 44
Octal 172 340 226 56 0 41 14 210 76 104
Binary 1111010 11100000 10010110 101110 0 100001 1100 10001000 111110 1000100

Color Harmonies of #7AE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE096

Black with #7AE096

Text Example


Text Example

White with #7AE096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,224,150); }

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

background-color css

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

 a { background-color: rgb(122,224,150); }

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

border-color css

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

 span { border-color: rgb(122,224,150); }

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