Html Css Color HEX #7AF4A0 Light Green

📋 copy color: '#7AF4A0'

red 122 ◦ green 244 ◦ blue 160

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

Shades of Light Green #7AF4A0

Tints of Light Green #7AF4A0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.39%

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

R = 23.19%
G = 46.39%
B = 30.42%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#7AF4A0 (or 0x7AF4A0) is known color: Light Green. HEX triplet: 7A, F4 and A0. RGB value is (122,244,160). Sum of RGB (Red+Green+Blue) = 122+244+160=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF4A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF4A0 is #850B5F. Grayscale: #C6C6C6. Windows color (decimal): -8719200 or 10548346. OLE color: 10548346.

HSL color Cylindrical-coordinate representation of color #7AF4A0: hue angle of 138.69º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF4A0 is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 244 160 -
CMYK 0.5 0 0.34 0.04
HSL 138.69º 0.85% 0.72% -
HSV(B) 138.69º 0.5% 0.96% -
XYZ 46.72 71.38 44.57 -
YUV 197.95 106.58 73.83 -
System Red Green Blue C M Y K H S L
Decimal 122 244 160 0.5 0 0.34 0.04 138.69 0.85 0.72
Hex 7A F4 A0 32 0 22 4 8B 55 48
Octal 172 364 240 62 0 42 4 213 125 110
Binary 1111010 11110100 10100000 110010 0 100010 100 10001011 1010101 1001000

Color Harmonies of #7AF4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF4A0

Black with #7AF4A0

Text Example


Text Example

White with #7AF4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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