Html Css Color HEX #7FAC1A Lima

📋 copy color: '#7FAC1A'

red 127 ◦ green 172 ◦ blue 26

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

Shades of Lima #7FAC1A

Tints of Lima #7FAC1A

RGB

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

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

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

R = 39.08%
G = 52.92%
B = 8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#7FAC1A (or 0x7FAC1A) is known color: Lima. HEX triplet: 7F, AC and 1A. RGB value is (127,172,26). Sum of RGB (Red+Green+Blue) = 127+172+26=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC1A is #8053E5. Grayscale: #8E8E8E. Windows color (decimal): -8410086 or 1748095. OLE color: 1748095.

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

Color convert

RGB 127 172 26 -
CMYK 0.26 0 0.85 0.33
HSL 78.49º 0.74% 0.39% -
HSV(B) 78.49º 0.85% 0.67% -
XYZ 23.69 34.09 6.31 -
YUV 141.9 62.59 117.37 -
System Red Green Blue C M Y K H S L
Decimal 127 172 26 0.26 0 0.85 0.33 78.49 0.74 0.39
Hex 7F AC 1A 1A 0 55 21 4E 4A 27
Octal 177 254 32 32 0 125 41 116 112 47
Binary 1111111 10101100 11010 11010 0 1010101 100001 1001110 1001010 100111

Color Harmonies of #7FAC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC1A

Black with #7FAC1A

Text Example


Text Example

White with #7FAC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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