Html Css Color HEX #7AF996 Light Green

📋 copy color: '#7AF996'

red 122 ◦ green 249 ◦ blue 150

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

Shades of Light Green #7AF996

Tints of Light Green #7AF996

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.79%

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

R = 23.42%
G = 47.79%
B = 28.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#7AF996 (or 0x7AF996) is known color: Light Green. HEX triplet: 7A, F9 and 96. RGB value is (122,249,150). Sum of RGB (Red+Green+Blue) = 122+249+150=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF996 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF996 is #850669. Grayscale: #C8C8C8. Windows color (decimal): -8717930 or 9894266. OLE color: 9894266.

HSL color Cylindrical-coordinate representation of color #7AF996: hue angle of 133.23º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF996 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 249 150 -
CMYK 0.51 0 0.40 0.02
HSL 133.23º 0.91% 0.73% -
HSV(B) 133.23º 0.51% 0.98% -
XYZ 47.41 74.09 40.66 -
YUV 199.74 99.92 72.55 -
System Red Green Blue C M Y K H S L
Decimal 122 249 150 0.51 0 0.40 0.02 133.23 0.91 0.73
Hex 7A F9 96 33 0 28 2 85 5B 49
Octal 172 371 226 63 0 50 2 205 133 111
Binary 1111010 11111001 10010110 110011 0 101000 10 10000101 1011011 1001001

Color Harmonies of #7AF996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF996

Black with #7AF996

Text Example


Text Example

White with #7AF996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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