#7af8a7

Color #7AF8A7 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #7AF8A7

Tints of Light Green #7AF8A7

Color information

#7AF8A7 (or 0x7AF8A7) is unknown color: approx Light Green. HEX triplet: 7A, F8 and A7. RGB value is (122,248,167). Sum of RGB (Red+Green+Blue) = 122+248+167=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF8A7 is #850758. Grayscale: #C9C9C9. Windows color (decimal): -8718169 or 11008122. OLE color: 11008122.

HSL color Cylindrical-coordinate representation of color #7AF8A7: hue angle of 141.43º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF8A7 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB122248167-
CMYK0.5100.330.03
HSL141.43º90%72.55%-
HSV(B)141.43º50.81%97.25%-
XYZ48.5774.0648.29-
YUV201.09108.7671.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.72%
GREEN value IS 248 (97.27% from 255) = 46.18%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=22.72%
G=46.18%
B=31.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222481670.5100.330.03141.439072.55
Hex7AF8A73302138d5a49
Octal172370247630413215132111
Binary111101011111000101001111100110100001111000110110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7af8a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,248,167); }

 H1.HeaderClassName
 {
   color: #7af8a7;
 }
 .AnyTagClassName
 {
   color: #7af8a7;
 }
</style>
background-color css

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

 a { background-color: rgb(122,248,167); }

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

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

 span { border-color: rgb(122,248,167); }

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