Html Css Color HEX #7FAC26 Lima

📋 copy color: '#7FAC26'

red 127 ◦ green 172 ◦ blue 38

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

Shades of Lima #7FAC26

Tints of Lima #7FAC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.28%

R = 37.69%
G = 51.04%
B = 11.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#7FAC26 (or 0x7FAC26) is known color: Lima. HEX triplet: 7F, AC and 26. RGB value is (127,172,38). Sum of RGB (Red+Green+Blue) = 127+172+38=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC26 is #8053D9. Grayscale: #8F8F8F. Windows color (decimal): -8410074 or 2534527. OLE color: 2534527.

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

Color convert

RGB 127 172 38 -
CMYK 0.26 0 0.78 0.33
HSL 80.15º 0.64% 0.41% -
HSV(B) 80.15º 0.78% 0.67% -
XYZ 23.85 34.16 7.17 -
YUV 143.27 68.59 116.4 -
System Red Green Blue C M Y K H S L
Decimal 127 172 38 0.26 0 0.78 0.33 80.15 0.64 0.41
Hex 7F AC 26 1A 0 4E 21 50 40 29
Octal 177 254 46 32 0 116 41 120 100 51
Binary 1111111 10101100 100110 11010 0 1001110 100001 1010000 1000000 101001

Color Harmonies of #7FAC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC26

Black with #7FAC26

Text Example


Text Example

White with #7FAC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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