#7AF088

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

Shades of Light Green #7AF088

Tints of Light Green #7AF088

Color information

#7AF088 (or 0x7AF088) is unknown color: approx Light Green. HEX triplet: 7A, F0 and 88. RGB value is (122,240,136). Sum of RGB (Red+Green+Blue) = 122+240+136=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF088 is #850F77. Grayscale: #C1C1C1. Windows color (decimal): -8720248 or 8974458. OLE color: 8974458.

HSL color Cylindrical-coordinate representation of color #7AF088: hue angle of 127.12º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF088 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB122240136-
CMYK0.4900.430.06
HSL127.12º79.73%70.98%-
HSV(B)127.12º49.17%94.12%-
XYZ43.6368.2434.16-
YUV192.8695.9177.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.50%
GREEN value IS 240 (94.14% from 255) = 48.19%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=24.50%
G=48.19%
B=27.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222401360.4900.430.06127.1279.7370.98
Hex7AF0883102B67f5047
Octal172360210610536177120107
Binary111101011110000100010001100010101011110111111110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,240,136); }

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

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

 a { background-color: rgb(122,240,136); }

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

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

 span { border-color: rgb(122,240,136); }

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