#7AFBA0

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

Shades of Light Green #7AFBA0

Tints of Light Green #7AFBA0

Color information

#7AFBA0 (or 0x7AFBA0) is unknown color: approx Light Green. HEX triplet: 7A, FB and A0. RGB value is (122,251,160). Sum of RGB (Red+Green+Blue) = 122+251+160=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #7AFBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFBA0 is #85045F. Grayscale: #CACACA. Windows color (decimal): -8717408 or 10550138. OLE color: 10550138.

HSL color Cylindrical-coordinate representation of color #7AFBA0: hue angle of 137.67º degrees, saturation: 0.94, 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 #7AFBA0 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB122251160-
CMYK0.5100.360.02
HSL137.67º94.16%73.14%-
HSV(B)137.67º51.39%98.43%-
XYZ48.8775.6745.29-
YUV202.06104.2670.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.89%
GREEN value IS 251 (98.44% from 255) = 47.09%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=22.89%
G=47.09%
B=30.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222511600.5100.360.02137.6794.1673.14
Hex7AFBA03302428a5e49
Octal172373240630442212136111
Binary111101011111011101000001100110100100101000101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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