Html Css Color HEX #76FA1A Lawn Green

📋 copy color: '#76FA1A'

red 118 ◦ green 250 ◦ blue 26

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

Shades of Lawn Green #76FA1A

Tints of Lawn Green #76FA1A

RGB

 RED value IS 118 (46.48% from 255) = 29.95%

 GREEN value IS 250 (98.05% from 255) = 63.45%

 BLUE value IS 26 (10.55% from 255) = 6.6%

R = 29.95%
G = 63.45%
B = 6.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#76FA1A (or 0x76FA1A) is known color: Lawn Green. HEX triplet: 76, FA and 1A. RGB value is (118,250,26). Sum of RGB (Red+Green+Blue) = 118+250+26=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FA1A is #8905E5. Grayscale: #B9B9B9. Windows color (decimal): -8979942 or 1768054. OLE color: 1768054.

HSL color Cylindrical-coordinate representation of color #76FA1A: hue angle of 95.36º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76FA1A is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 250 26 -
CMYK 0.53 0 0.90 0.02
HSL 95.36º 0.96% 0.54% -
HSV(B) 95.36º 0.9% 0.98% -
XYZ 41.84 72.3 12.73 -
YUV 185 38.27 80.21 -
System Red Green Blue C M Y K H S L
Decimal 118 250 26 0.53 0 0.90 0.02 95.36 0.96 0.54
Hex 76 FA 1A 35 0 5A 2 5F 60 36
Octal 166 372 32 65 0 132 2 137 140 66
Binary 1110110 11111010 11010 110101 0 1011010 10 1011111 1100000 110110

Color Harmonies of #76FA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FA1A

Black with #76FA1A

Text Example


Text Example

White with #76FA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76FA1A; }

 p { color: rgb(118,250,26); }

 H1.HeaderClassName
 {
   color: #76FA1A;
 }
 .AnyTagClassName
 {
   color: #76FA1A;
 }
</style>

background-color css

<style>
 a { background-color: #76FA1A; }

 a { background-color: rgb(118,250,26); }

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

border-color css

<style>
 span { border-color: #76FA1A; }

 span { border-color: rgb(118,250,26); }

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