Html Css Color HEX #7FAD14 Lima

📋 copy color: '#7FAD14'

red 127 ◦ green 173 ◦ blue 20

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

Shades of Lima #7FAD14

Tints of Lima #7FAD14

RGB

 RED value IS 127 (50% from 255) = 39.69%

 GREEN value IS 173 (67.97% from 255) = 54.06%

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

R = 39.69%
G = 54.06%
B = 6.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#7FAD14 (or 0x7FAD14) is known color: Lima. HEX triplet: 7F, AD and 14. RGB value is (127,173,20). Sum of RGB (Red+Green+Blue) = 127+173+20=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAD14 is #8052EB. Grayscale: #8E8E8E. Windows color (decimal): -8409836 or 1355135. OLE color: 1355135.

HSL color Cylindrical-coordinate representation of color #7FAD14: hue angle of 78.04º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FAD14 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 20 -
CMYK 0.27 0 0.88 0.32
HSL 78.04º 0.79% 0.38% -
HSV(B) 78.04º 0.88% 0.68% -
XYZ 23.82 34.45 6.06 -
YUV 141.8 59.26 117.44 -
System Red Green Blue C M Y K H S L
Decimal 127 173 20 0.27 0 0.88 0.32 78.04 0.79 0.38
Hex 7F AD 14 1B 0 58 20 4E 4F 26
Octal 177 255 24 33 0 130 40 116 117 46
Binary 1111111 10101101 10100 11011 0 1011000 100000 1001110 1001111 100110

Color Harmonies of #7FAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD14

Black with #7FAD14

Text Example


Text Example

White with #7FAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,20); }

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

background-color css

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

 a { background-color: rgb(127,173,20); }

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

border-color css

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

 span { border-color: rgb(127,173,20); }

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