Html Css Color HEX #7FAC20 Lima

📋 copy color: '#7FAC20'

red 127 ◦ green 172 ◦ blue 32

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

Shades of Lima #7FAC20

Tints of Lima #7FAC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.67%

R = 38.37%
G = 51.96%
B = 9.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#7FAC20 (or 0x7FAC20) is known color: Lima. HEX triplet: 7F, AC and 20. RGB value is (127,172,32). Sum of RGB (Red+Green+Blue) = 127+172+32=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC20 is #8053DF. Grayscale: #8F8F8F. Windows color (decimal): -8410080 or 2141311. OLE color: 2141311.

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

Color convert

RGB 127 172 32 -
CMYK 0.26 0 0.81 0.33
HSL 79.29º 0.69% 0.4% -
HSV(B) 79.29º 0.81% 0.67% -
XYZ 23.77 34.12 6.7 -
YUV 142.59 65.59 116.88 -
System Red Green Blue C M Y K H S L
Decimal 127 172 32 0.26 0 0.81 0.33 79.29 0.69 0.4
Hex 7F AC 20 1A 0 51 21 4F 45 28
Octal 177 254 40 32 0 121 41 117 105 50
Binary 1111111 10101100 100000 11010 0 1010001 100001 1001111 1000101 101000

Color Harmonies of #7FAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC20

Black with #7FAC20

Text Example


Text Example

White with #7FAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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