#7AF38C

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

Shades of Light Green #7AF38C

Tints of Light Green #7AF38C

Color information

#7AF38C (or 0x7AF38C) is unknown color: approx Light Green. HEX triplet: 7A, F3 and 8C. RGB value is (122,243,140). Sum of RGB (Red+Green+Blue) = 122+243+140=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF38C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF38C is #850C73. Grayscale: #C3C3C3. Windows color (decimal): -8719476 or 9237370. OLE color: 9237370.

HSL color Cylindrical-coordinate representation of color #7AF38C: hue angle of 128.93º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF38C is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB122243140-
CMYK0.5000.420.05
HSL128.93º83.45%71.57%-
HSV(B)128.93º49.79%95.29%-
XYZ44.8170.1335.99-
YUV195.0896.9175.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.16%
GREEN value IS 243 (95.31% from 255) = 48.12%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=24.16%
G=48.12%
B=27.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222431400.5000.420.05128.9383.4571.57
Hex7AF38C3202A5815348
Octal172363214620525201123110
Binary1111010111100111000110011001001010101011000000110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,243,140); }

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

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

 a { background-color: rgb(122,243,140); }

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

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

 span { border-color: rgb(122,243,140); }

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