#7AFF12

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

Shades of Lawn Green #7AFF12

Tints of Lawn Green #7AFF12

Color information

#7AFF12 (or 0x7AFF12) is unknown color: approx Lawn Green. HEX triplet: 7A, FF and 12. RGB value is (122,255,18). Sum of RGB (Red+Green+Blue) = 122+255+18=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AFF12 is #8500ED. Grayscale: #BDBDBD. Windows color (decimal): -8716526 or 1245050. OLE color: 1245050.

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

Color convert

RGB12225518-
CMYK0.5200.930
HSL93.67º100%53.53%-
HSV(B)93.67º92.94%100%-
XYZ43.975.712.87-
YUV188.2231.9480.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 255 (100% from 255) = 64.56%
BLUE value IS 18 (7.42% from 255) = 4.56%
R=30.89%
G=64.56%
B=4.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal122255180.5200.93093.6710053.53
Hex7AFF123405D05e6436
Octal17237722640135013614466
Binary1111010111111111001011010001011101010111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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