Html Css Color HEX #7FAB10 Lima

📋 copy color: '#7FAB10'

red 127 ◦ green 171 ◦ blue 16

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

Shades of Lima #7FAB10

Tints of Lima #7FAB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.46%

 BLUE value IS 16 (6.64% from 255) = 5.1%

R = 40.45%
G = 54.46%
B = 5.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#7FAB10 (or 0x7FAB10) is known color: Lima. HEX triplet: 7F, AB and 10. RGB value is (127,171,16). Sum of RGB (Red+Green+Blue) = 127+171+16=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAB10 is #8054EF. Grayscale: #8C8C8C. Windows color (decimal): -8410352 or 1092479. OLE color: 1092479.

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

Color convert

RGB 127 171 16 -
CMYK 0.26 0 0.91 0.33
HSL 77.03º 0.83% 0.37% -
HSV(B) 77.03º 0.91% 0.67% -
XYZ 23.41 33.68 5.76 -
YUV 140.17 57.92 118.6 -
System Red Green Blue C M Y K H S L
Decimal 127 171 16 0.26 0 0.91 0.33 77.03 0.83 0.37
Hex 7F AB 10 1A 0 5B 21 4D 53 25
Octal 177 253 20 32 0 133 41 115 123 45
Binary 1111111 10101011 10000 11010 0 1011011 100001 1001101 1010011 100101

Color Harmonies of #7FAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB10

Black with #7FAB10

Text Example


Text Example

White with #7FAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,171,16); }

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

background-color css

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

 a { background-color: rgb(127,171,16); }

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

border-color css

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

 span { border-color: rgb(127,171,16); }

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