Html Css Color HEX #7FAC1F Lima

📋 copy color: '#7FAC1F'

red 127 ◦ green 172 ◦ blue 31

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

Shades of Lima #7FAC1F

Tints of Lima #7FAC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.39%

R = 38.48%
G = 52.12%
B = 9.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#7FAC1F (or 0x7FAC1F) is known color: Lima. HEX triplet: 7F, AC and 1F. RGB value is (127,172,31). Sum of RGB (Red+Green+Blue) = 127+172+31=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC1F is #8053E0. Grayscale: #8E8E8E. Windows color (decimal): -8410081 or 2075775. OLE color: 2075775.

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

Color convert

RGB 127 172 31 -
CMYK 0.26 0 0.82 0.33
HSL 79.15º 0.69% 0.4% -
HSV(B) 79.15º 0.82% 0.67% -
XYZ 23.75 34.12 6.63 -
YUV 142.47 65.09 116.96 -
System Red Green Blue C M Y K H S L
Decimal 127 172 31 0.26 0 0.82 0.33 79.15 0.69 0.4
Hex 7F AC 1F 1A 0 52 21 4F 45 28
Octal 177 254 37 32 0 122 41 117 105 50
Binary 1111111 10101100 11111 11010 0 1010010 100001 1001111 1000101 101000

Color Harmonies of #7FAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC1F

Black with #7FAC1F

Text Example


Text Example

White with #7FAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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