Html Css Color HEX #7FAA12 Lima

📋 copy color: '#7FAA12'

red 127 ◦ green 170 ◦ blue 18

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

Shades of Lima #7FAA12

Tints of Lima #7FAA12

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.97%

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

R = 40.32%
G = 53.97%
B = 5.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#7FAA12 (or 0x7FAA12) is known color: Lima. HEX triplet: 7F, AA and 12. RGB value is (127,170,18). Sum of RGB (Red+Green+Blue) = 127+170+18=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAA12 is #8055ED. Grayscale: #8C8C8C. Windows color (decimal): -8410606 or 1223295. OLE color: 1223295.

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

Color convert

RGB 127 170 18 -
CMYK 0.25 0 0.89 0.33
HSL 76.97º 0.81% 0.37% -
HSV(B) 76.97º 0.89% 0.67% -
XYZ 23.24 33.31 5.78 -
YUV 139.82 59.25 118.86 -
System Red Green Blue C M Y K H S L
Decimal 127 170 18 0.25 0 0.89 0.33 76.97 0.81 0.37
Hex 7F AA 12 19 0 59 21 4D 51 25
Octal 177 252 22 31 0 131 41 115 121 45
Binary 1111111 10101010 10010 11001 0 1011001 100001 1001101 1010001 100101

Color Harmonies of #7FAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA12

Black with #7FAA12

Text Example


Text Example

White with #7FAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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