Html Css Color HEX #7FAC11 Lima

📋 copy color: '#7FAC11'

red 127 ◦ green 172 ◦ blue 17

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

Shades of Lima #7FAC11

Tints of Lima #7FAC11

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.43%

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 40.19%
G = 54.43%
B = 5.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#7FAC11 (or 0x7FAC11) is known color: Lima. HEX triplet: 7F, AC and 11. RGB value is (127,172,17). Sum of RGB (Red+Green+Blue) = 127+172+17=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC11 is #8053EE. Grayscale: #8D8D8D. Windows color (decimal): -8410095 or 1158271. OLE color: 1158271.

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

Color convert

RGB 127 172 17 -
CMYK 0.26 0 0.90 0.33
HSL 77.42º 0.82% 0.37% -
HSV(B) 77.42º 0.9% 0.67% -
XYZ 23.61 34.06 5.86 -
YUV 140.88 58.09 118.1 -
System Red Green Blue C M Y K H S L
Decimal 127 172 17 0.26 0 0.90 0.33 77.42 0.82 0.37
Hex 7F AC 11 1A 0 5A 21 4D 52 25
Octal 177 254 21 32 0 132 41 115 122 45
Binary 1111111 10101100 10001 11010 0 1011010 100001 1001101 1010010 100101

Color Harmonies of #7FAC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC11

Black with #7FAC11

Text Example


Text Example

White with #7FAC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,17); }

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

background-color css

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

 a { background-color: rgb(127,172,17); }

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

border-color css

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

 span { border-color: rgb(127,172,17); }

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