#7AFF94

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

Shades of Light Green #7AFF94

Tints of Light Green #7AFF94

Color information

#7AFF94 (or 0x7AFF94) is unknown color: approx Light Green. HEX triplet: 7A, FF and 94. RGB value is (122,255,148). Sum of RGB (Red+Green+Blue) = 122+255+148=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFF94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFF94 is #85006B. Grayscale: #CBCBCB. Windows color (decimal): -8716396 or 9764730. OLE color: 9764730.

HSL color Cylindrical-coordinate representation of color #7AFF94: hue angle of 131.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFF94 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB122255148-
CMYK0.5200.420
HSL131.73º100%73.92%-
HSV(B)131.73º52.16%100%-
XYZ49.1377.840.44-
YUV203.0496.9470.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.24%
GREEN value IS 255 (100% from 255) = 48.57%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=23.24%
G=48.57%
B=28.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222551480.5200.420131.7310073.92
Hex7AFF943402A084644a
Octal172377224640520204144112
Binary11110101111111110010100110100010101001000010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,255,148); }

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

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

 a { background-color: rgb(122,255,148); }

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

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

 span { border-color: rgb(122,255,148); }

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