Html Css Color HEX #7AF296 Light Green

📋 copy color: '#7AF296'

red 122 ◦ green 242 ◦ blue 150

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

Shades of Light Green #7AF296

Tints of Light Green #7AF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.08%

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

R = 23.74%
G = 47.08%
B = 29.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#7AF296 (or 0x7AF296) is known color: Light Green. HEX triplet: 7A, F2 and 96. RGB value is (122,242,150). Sum of RGB (Red+Green+Blue) = 122+242+150=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF296 is #850D69. Grayscale: #C3C3C3. Windows color (decimal): -8719722 or 9892474. OLE color: 9892474.

HSL color Cylindrical-coordinate representation of color #7AF296: hue angle of 134º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF296 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 242 150 -
CMYK 0.50 0 0.38 0.05
HSL 134º 0.82% 0.71% -
HSV(B) 134º 0.5% 0.95% -
XYZ 45.28 69.84 39.95 -
YUV 195.63 102.24 75.48 -
System Red Green Blue C M Y K H S L
Decimal 122 242 150 0.50 0 0.38 0.05 134 0.82 0.71
Hex 7A F2 96 32 0 26 5 86 52 47
Octal 172 362 226 62 0 46 5 206 122 107
Binary 1111010 11110010 10010110 110010 0 100110 101 10000110 1010010 1000111

Color Harmonies of #7AF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF296

Black with #7AF296

Text Example


Text Example

White with #7AF296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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