Html Css Color HEX #7FAB14 Lima

📋 copy color: '#7FAB14'

red 127 ◦ green 171 ◦ blue 20

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

Shades of Lima #7FAB14

Tints of Lima #7FAB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.77%

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

R = 39.94%
G = 53.77%
B = 6.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#7FAB14 (or 0x7FAB14) is known color: Lima. HEX triplet: 7F, AB and 14. RGB value is (127,171,20). Sum of RGB (Red+Green+Blue) = 127+171+20=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAB14 is #8054EB. Grayscale: #8D8D8D. Windows color (decimal): -8410348 or 1354623. OLE color: 1354623.

HSL color Cylindrical-coordinate representation of color #7FAB14: hue angle of 77.48º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FAB14 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 171 20 -
CMYK 0.26 0 0.88 0.33
HSL 77.48º 0.79% 0.37% -
HSV(B) 77.48º 0.88% 0.67% -
XYZ 23.44 33.69 5.93 -
YUV 140.63 59.92 118.28 -
System Red Green Blue C M Y K H S L
Decimal 127 171 20 0.26 0 0.88 0.33 77.48 0.79 0.37
Hex 7F AB 14 1A 0 58 21 4D 4F 25
Octal 177 253 24 32 0 130 41 115 117 45
Binary 1111111 10101011 10100 11010 0 1011000 100001 1001101 1001111 100101

Color Harmonies of #7FAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB14

Black with #7FAB14

Text Example


Text Example

White with #7FAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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