Html Css Color HEX #7AE696 Light Green

📋 copy color: '#7AE696'

red 122 ◦ green 230 ◦ blue 150

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

Shades of Light Green #7AE696

Tints of Light Green #7AE696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.82%

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

R = 24.3%
G = 45.82%
B = 29.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#7AE696 (or 0x7AE696) is known color: Light Green. HEX triplet: 7A, E6 and 96. RGB value is (122,230,150). Sum of RGB (Red+Green+Blue) = 122+230+150=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AE696 is #851969. Grayscale: #BCBCBC. Windows color (decimal): -8722794 or 9889402. OLE color: 9889402.

HSL color Cylindrical-coordinate representation of color #7AE696: hue angle of 135.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE696 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 230 150 -
CMYK 0.47 0 0.35 0.10
HSL 135.56º 0.68% 0.69% -
HSV(B) 135.56º 0.47% 0.9% -
XYZ 41.83 62.93 38.8 -
YUV 188.59 106.22 80.5 -
System Red Green Blue C M Y K H S L
Decimal 122 230 150 0.47 0 0.35 0.10 135.56 0.68 0.69
Hex 7A E6 96 2F 0 23 A 88 44 45
Octal 172 346 226 57 0 43 12 210 104 105
Binary 1111010 11100110 10010110 101111 0 100011 1010 10001000 1000100 1000101

Color Harmonies of #7AE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE696

Black with #7AE696

Text Example


Text Example

White with #7AE696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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