Html Css Color HEX #7AF214 Lawn Green

📋 copy color: '#7AF214'

red 122 ◦ green 242 ◦ blue 20

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

Shades of Lawn Green #7AF214

Tints of Lawn Green #7AF214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 31.77%
G = 63.02%
B = 5.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#7AF214 (or 0x7AF214) is known color: Lawn Green. HEX triplet: 7A, F2 and 14. RGB value is (122,242,20). Sum of RGB (Red+Green+Blue) = 122+242+20=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 242 (94.92% from 255 or 63.02% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF214 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF214 is #850DEB. Grayscale: #B5B5B5. Windows color (decimal): -8719852 or 1372794. OLE color: 1372794.

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

Color convert

RGB 122 242 20 -
CMYK 0.50 0 0.92 0.05
HSL 92.43º 0.9% 0.51% -
HSV(B) 92.43º 0.92% 0.95% -
XYZ 39.9 67.69 11.62 -
YUV 180.81 37.24 86.05 -
System Red Green Blue C M Y K H S L
Decimal 122 242 20 0.50 0 0.92 0.05 92.43 0.9 0.51
Hex 7A F2 14 32 0 5C 5 5C 5A 33
Octal 172 362 24 62 0 134 5 134 132 63
Binary 1111010 11110010 10100 110010 0 1011100 101 1011100 1011010 110011

Color Harmonies of #7AF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF214

Black with #7AF214

Text Example


Text Example

White with #7AF214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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