#7AF48A

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

Shades of Light Green #7AF48A

Tints of Light Green #7AF48A

Color information

#7AF48A (or 0x7AF48A) is unknown color: approx Light Green. HEX triplet: 7A, F4 and 8A. RGB value is (122,244,138). Sum of RGB (Red+Green+Blue) = 122+244+138=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF48A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF48A is #850B75. Grayscale: #C3C3C3. Windows color (decimal): -8719222 or 9106554. OLE color: 9106554.

HSL color Cylindrical-coordinate representation of color #7AF48A: hue angle of 127.87º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF48A is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB122244138-
CMYK0.500.430.04
HSL127.87º84.72%71.76%-
HSV(B)127.87º50%95.69%-
XYZ44.9670.6735.32-
YUV195.4495.5875.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.21%
GREEN value IS 244 (95.70% from 255) = 48.41%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=24.21%
G=48.41%
B=27.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222441380.500.430.04127.8784.7271.76
Hex7AF48A3202B4805548
Octal172364212620534200125110
Binary1111010111101001000101011001001010111001000000010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,244,138); }

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

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

 a { background-color: rgb(122,244,138); }

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

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

 span { border-color: rgb(122,244,138); }

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