Html Css Color HEX #7AF80C Lawn Green

📋 copy color: '#7AF80C'

red 122 ◦ green 248 ◦ blue 12

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

Shades of Lawn Green #7AF80C

Tints of Lawn Green #7AF80C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.92%

 BLUE value IS 12 (5.08% from 255) = 3.14%

R = 31.94%
G = 64.92%
B = 3.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#7AF80C (or 0x7AF80C) is known color: Lawn Green. HEX triplet: 7A, F8 and 0C. RGB value is (122,248,12). Sum of RGB (Red+Green+Blue) = 122+248+12=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 248 (97.27% from 255 or 64.92% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF80C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF80C is #8507F3. Grayscale: #B8B8B8. Windows color (decimal): -8718324 or 850042. OLE color: 850042.

HSL color Cylindrical-coordinate representation of color #7AF80C: hue angle of 92.03º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AF80C is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 248 12 -
CMYK 0.51 0 0.95 0.03
HSL 92.03º 0.94% 0.51% -
HSV(B) 92.03º 0.95% 0.97% -
XYZ 41.66 71.3 11.91 -
YUV 183.42 31.26 84.19 -
System Red Green Blue C M Y K H S L
Decimal 122 248 12 0.51 0 0.95 0.03 92.03 0.94 0.51
Hex 7A F8 C 33 0 5F 3 5C 5E 33
Octal 172 370 14 63 0 137 3 134 136 63
Binary 1111010 11111000 1100 110011 0 1011111 11 1011100 1011110 110011

Color Harmonies of #7AF80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF80C

Black with #7AF80C

Text Example


Text Example

White with #7AF80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,248,12); }

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

background-color css

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

 a { background-color: rgb(122,248,12); }

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

border-color css

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

 span { border-color: rgb(122,248,12); }

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