#7AFC7F

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

Shades of Light Green #7AFC7F

Tints of Light Green #7AFC7F

Color information

#7AFC7F (or 0x7AFC7F) is unknown color: approx Light Green. HEX triplet: 7A, FC and 7F. RGB value is (122,252,127). Sum of RGB (Red+Green+Blue) = 122+252+127=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AFC7F is #850380. Grayscale: #C7C7C7. Windows color (decimal): -8717185 or 8387706. OLE color: 8387706.

HSL color Cylindrical-coordinate representation of color #7AFC7F: hue angle of 122.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFC7F is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB122252127-
CMYK0.5200.500.01
HSL122.31º95.59%73.33%-
HSV(B)122.31º51.59%98.82%-
XYZ46.6775.2932.15-
YUV198.8887.4373.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.35%
GREEN value IS 252 (98.83% from 255) = 50.30%
BLUE value IS 127 (50% from 255) = 25.35%
R=24.35%
G=50.30%
B=25.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222521270.5200.500.01122.3195.5973.33
Hex7AFC7F3403217a6049
Octal172374177640621172140111
Binary111101011111100111111111010001100101111101011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,252,127); }

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

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

 a { background-color: rgb(122,252,127); }

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

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

 span { border-color: rgb(122,252,127); }

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