Html Css Color HEX #7FAF1A Lima

📋 copy color: '#7FAF1A'

red 127 ◦ green 175 ◦ blue 26

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

Shades of Lima #7FAF1A

Tints of Lima #7FAF1A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.35%

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

R = 38.72%
G = 53.35%
B = 7.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#7FAF1A (or 0x7FAF1A) is known color: Lima. HEX triplet: 7F, AF and 1A. RGB value is (127,175,26). Sum of RGB (Red+Green+Blue) = 127+175+26=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF1A is #8050E5. Grayscale: #909090. Windows color (decimal): -8409318 or 1748863. OLE color: 1748863.

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

Color convert

RGB 127 175 26 -
CMYK 0.27 0 0.85 0.31
HSL 79.33º 0.74% 0.39% -
HSV(B) 79.33º 0.85% 0.69% -
XYZ 24.27 35.25 6.5 -
YUV 143.66 61.6 116.12 -
System Red Green Blue C M Y K H S L
Decimal 127 175 26 0.27 0 0.85 0.31 79.33 0.74 0.39
Hex 7F AF 1A 1B 0 55 1F 4F 4A 27
Octal 177 257 32 33 0 125 37 117 112 47
Binary 1111111 10101111 11010 11011 0 1010101 11111 1001111 1001010 100111

Color Harmonies of #7FAF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF1A

Black with #7FAF1A

Text Example


Text Example

White with #7FAF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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