Html Css Color HEX #7FA210 Lima

📋 copy color: '#7FA210'

red 127 ◦ green 162 ◦ blue 16

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

Shades of Lima #7FA210

Tints of Lima #7FA210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.11%

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

R = 41.64%
G = 53.11%
B = 5.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#7FA210 (or 0x7FA210) is known color: Lima. HEX triplet: 7F, A2 and 10. RGB value is (127,162,16). Sum of RGB (Red+Green+Blue) = 127+162+16=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA210 is #805DEF. Grayscale: #878787. Windows color (decimal): -8412656 or 1090175. OLE color: 1090175.

HSL color Cylindrical-coordinate representation of color #7FA210: hue angle of 74.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FA210 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 16 -
CMYK 0.22 0 0.90 0.36
HSL 74.38º 0.82% 0.35% -
HSV(B) 74.38º 0.9% 0.64% -
XYZ 21.77 30.39 5.21 -
YUV 134.89 60.9 122.37 -
System Red Green Blue C M Y K H S L
Decimal 127 162 16 0.22 0 0.90 0.36 74.38 0.82 0.35
Hex 7F A2 10 16 0 5A 24 4A 52 23
Octal 177 242 20 26 0 132 44 112 122 43
Binary 1111111 10100010 10000 10110 0 1011010 100100 1001010 1010010 100011

Color Harmonies of #7FA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA210

Black with #7FA210

Text Example


Text Example

White with #7FA210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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