Html Css Color HEX #7AF20A Lawn Green

📋 copy color: '#7AF20A'

red 122 ◦ green 242 ◦ blue 10

#7AF20A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lawn Green #7AF20A

Tints of Lawn Green #7AF20A

RGB

 RED value IS 122 (48.05% from 255) = 32.62%

 GREEN value IS 242 (94.92% from 255) = 64.71%

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 32.62%
G = 64.71%
B = 2.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#7AF20A (or 0x7AF20A) is known color: Lawn Green. HEX triplet: 7A, F2 and 0A. RGB value is (122,242,10). Sum of RGB (Red+Green+Blue) = 122+242+10=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF20A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF20A is #850DF5. Grayscale: #B4B4B4. Windows color (decimal): -8719862 or 717434. OLE color: 717434.

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

Color convert

RGB 122 242 10 -
CMYK 0.50 0 0.96 0.05
HSL 91.03º 0.92% 0.49% -
HSV(B) 91.03º 0.96% 0.95% -
XYZ 39.83 67.66 11.25 -
YUV 179.67 32.24 86.86 -
System Red Green Blue C M Y K H S L
Decimal 122 242 10 0.50 0 0.96 0.05 91.03 0.92 0.49
Hex 7A F2 A 32 0 60 5 5B 5C 31
Octal 172 362 12 62 0 140 5 133 134 61
Binary 1111010 11110010 1010 110010 0 1100000 101 1011011 1011100 110001

Color Harmonies of #7AF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF20A

Black with #7AF20A

Text Example


Text Example

White with #7AF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,242,10); }

 H1.HeaderClassName
 {
   color: #7AF20A;
 }
 .AnyTagClassName
 {
   color: #7AF20A;
 }
</style>

background-color css

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

 a { background-color: rgb(122,242,10); }

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

border-color css

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

 span { border-color: rgb(122,242,10); }

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