#7AFCA1

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

Shades of Light Green #7AFCA1

Tints of Light Green #7AFCA1

Color information

#7AFCA1 (or 0x7AFCA1) is unknown color: approx Light Green. HEX triplet: 7A, FC and A1. RGB value is (122,252,161). Sum of RGB (Red+Green+Blue) = 122+252+161=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFCA1 is #85035E. Grayscale: #CACACA. Windows color (decimal): -8717151 or 10615930. OLE color: 10615930.

HSL color Cylindrical-coordinate representation of color #7AFCA1: hue angle of 138º 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 #7AFCA1 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB122252161-
CMYK0.5200.360.01
HSL138º95.59%73.33%-
HSV(B)138º51.59%98.82%-
XYZ49.2776.3345.85-
YUV202.76104.4370.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.80%
GREEN value IS 252 (98.83% from 255) = 47.10%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=22.80%
G=47.10%
B=30.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222521610.5200.360.0113895.5973.33
Hex7AFCA13402418a6049
Octal172374241640441212140111
Binary11110101111110010100001110100010010011000101011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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