Html Css Color HEX #7FAD10 Lima

📋 copy color: '#7FAD10'

red 127 ◦ green 173 ◦ blue 16

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

Shades of Lima #7FAD10

Tints of Lima #7FAD10

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.75%

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

R = 40.19%
G = 54.75%
B = 5.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#7FAD10 (or 0x7FAD10) is known color: Lima. HEX triplet: 7F, AD and 10. RGB value is (127,173,16). Sum of RGB (Red+Green+Blue) = 127+173+16=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAD10 is #8052EF. Grayscale: #8D8D8D. Windows color (decimal): -8409840 or 1092991. OLE color: 1092991.

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

Color convert

RGB 127 173 16 -
CMYK 0.27 0 0.91 0.32
HSL 77.58º 0.83% 0.37% -
HSV(B) 77.58º 0.91% 0.68% -
XYZ 23.79 34.44 5.88 -
YUV 141.35 57.26 117.77 -
System Red Green Blue C M Y K H S L
Decimal 127 173 16 0.27 0 0.91 0.32 77.58 0.83 0.37
Hex 7F AD 10 1B 0 5B 20 4E 53 25
Octal 177 255 20 33 0 133 40 116 123 45
Binary 1111111 10101101 10000 11011 0 1011011 100000 1001110 1010011 100101

Color Harmonies of #7FAD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD10

Black with #7FAD10

Text Example


Text Example

White with #7FAD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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