Html Css Color HEX #7FA20F Lima

📋 copy color: '#7FA20F'

red 127 ◦ green 162 ◦ blue 15

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

Shades of Lima #7FA20F

Tints of Lima #7FA20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 41.78%
G = 53.29%
B = 4.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#7FA20F (or 0x7FA20F) is known color: Lima. HEX triplet: 7F, A2 and 0F. RGB value is (127,162,15). Sum of RGB (Red+Green+Blue) = 127+162+15=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA20F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA20F is #805DF0. Grayscale: #878787. Windows color (decimal): -8412657 or 1024639. OLE color: 1024639.

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

Color convert

RGB 127 162 15 -
CMYK 0.22 0 0.91 0.36
HSL 74.29º 0.83% 0.35% -
HSV(B) 74.29º 0.91% 0.64% -
XYZ 21.76 30.39 5.17 -
YUV 134.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 127 162 15 0.22 0 0.91 0.36 74.29 0.83 0.35
Hex 7F A2 F 16 0 5B 24 4A 53 23
Octal 177 242 17 26 0 133 44 112 123 43
Binary 1111111 10100010 1111 10110 0 1011011 100100 1001010 1010011 100011

Color Harmonies of #7FA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA20F

Black with #7FA20F

Text Example


Text Example

White with #7FA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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