#7AF1A4

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

Shades of Light Green #7AF1A4

Tints of Light Green #7AF1A4

Color information

#7AF1A4 (or 0x7AF1A4) is unknown color: approx Light Green. HEX triplet: 7A, F1 and A4. RGB value is (122,241,164). Sum of RGB (Red+Green+Blue) = 122+241+164=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF1A4 is #850E5B. Grayscale: #C4C4C4. Windows color (decimal): -8719964 or 10809722. OLE color: 10809722.

HSL color Cylindrical-coordinate representation of color #7AF1A4: hue angle of 141.18º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF1A4 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB122241164-
CMYK0.4900.320.05
HSL141.18º80.95%71.18%-
HSV(B)141.18º49.38%94.51%-
XYZ46.1869.7346.15-
YUV196.64109.5874.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.15%
GREEN value IS 241 (94.53% from 255) = 45.73%
BLUE value IS 164 (64.45% from 255) = 31.12%
R=23.15%
G=45.73%
B=31.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222411640.4900.320.05141.1880.9571.18
Hex7AF1A43102058d5147
Octal172361244610405215121107
Binary1111010111100011010010011000101000001011000110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,241,164); }

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

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

 a { background-color: rgb(122,241,164); }

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

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

 span { border-color: rgb(122,241,164); }

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