Html Css Color HEX #7FAD12 Lima

📋 copy color: '#7FAD12'

red 127 ◦ green 173 ◦ blue 18

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

Shades of Lima #7FAD12

Tints of Lima #7FAD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 39.94%
G = 54.4%
B = 5.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#7FAD12 (or 0x7FAD12) is known color: Lima. HEX triplet: 7F, AD and 12. RGB value is (127,173,18). Sum of RGB (Red+Green+Blue) = 127+173+18=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAD12 is #8052ED. Grayscale: #8E8E8E. Windows color (decimal): -8409838 or 1224063. OLE color: 1224063.

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

Color convert

RGB 127 173 18 -
CMYK 0.27 0 0.90 0.32
HSL 77.81º 0.81% 0.37% -
HSV(B) 77.81º 0.9% 0.68% -
XYZ 23.81 34.44 5.97 -
YUV 141.58 58.26 117.6 -
System Red Green Blue C M Y K H S L
Decimal 127 173 18 0.27 0 0.90 0.32 77.81 0.81 0.37
Hex 7F AD 12 1B 0 5A 20 4E 51 25
Octal 177 255 22 33 0 132 40 116 121 45
Binary 1111111 10101101 10010 11011 0 1011010 100000 1001110 1010001 100101

Color Harmonies of #7FAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD12

Black with #7FAD12

Text Example


Text Example

White with #7FAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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