#7AF512

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

Shades of Lawn Green #7AF512

Tints of Lawn Green #7AF512

Color information

#7AF512 (or 0x7AF512) is unknown color: approx Lawn Green. HEX triplet: 7A, F5 and 12. RGB value is (122,245,18). Sum of RGB (Red+Green+Blue) = 122+245+18=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 245 (96.09% from 255 or 63.64% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF512 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF512 is #850AED. Grayscale: #B7B7B7. Windows color (decimal): -8719086 or 1242490. OLE color: 1242490.

HSL color Cylindrical-coordinate representation of color #7AF512: hue angle of 92.51º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AF512 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB12224518-
CMYK0.5000.930.04
HSL92.51º91.9%51.57%-
HSV(B)92.51º92.65%96.08%-
XYZ40.7969.4911.83-
YUV182.3435.2584.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.69%
GREEN value IS 245 (96.09% from 255) = 63.64%
BLUE value IS 18 (7.42% from 255) = 4.68%
R=31.69%
G=63.64%
B=4.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal122245180.5000.930.0492.5191.951.57
Hex7AF5123205D45d5c34
Octal17236522620135413513464
Binary111101011110101100101100100101110110010111011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,245,18); }

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

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

 a { background-color: rgb(122,245,18); }

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

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

 span { border-color: rgb(122,245,18); }

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