Html Css Color HEX #7FA90A Lima

📋 copy color: '#7FA90A'

red 127 ◦ green 169 ◦ blue 10

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

Shades of Lima #7FA90A

Tints of Lima #7FA90A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 55.23%

 BLUE value IS 10 (4.3% from 255) = 3.27%

R = 41.5%
G = 55.23%
B = 3.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#7FA90A (or 0x7FA90A) is known color: Lima. HEX triplet: 7F, A9 and 0A. RGB value is (127,169,10). Sum of RGB (Red+Green+Blue) = 127+169+10=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 169 (66.41% from 255 or 55.23% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA90A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA90A is #8056F5. Grayscale: #8A8A8A. Windows color (decimal): -8410870 or 698751. OLE color: 698751.

HSL color Cylindrical-coordinate representation of color #7FA90A: hue angle of 75.85º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FA90A is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB 127 169 10 -
CMYK 0.25 0 0.94 0.34
HSL 75.85º 0.89% 0.35% -
HSV(B) 75.85º 0.94% 0.66% -
XYZ 23 32.91 5.43 -
YUV 138.32 55.59 119.93 -
System Red Green Blue C M Y K H S L
Decimal 127 169 10 0.25 0 0.94 0.34 75.85 0.89 0.35
Hex 7F A9 A 19 0 5E 22 4C 59 23
Octal 177 251 12 31 0 136 42 114 131 43
Binary 1111111 10101001 1010 11001 0 1011110 100010 1001100 1011001 100011

Color Harmonies of #7FA90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA90A

Black with #7FA90A

Text Example


Text Example

White with #7FA90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,169,10); }

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

background-color css

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

 a { background-color: rgb(127,169,10); }

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

border-color css

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

 span { border-color: rgb(127,169,10); }

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