Html Css Color HEX #7FAE0A Lima

📋 copy color: '#7FAE0A'

red 127 ◦ green 174 ◦ blue 10

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

Shades of Lima #7FAE0A

Tints of Lima #7FAE0A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 55.95%

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

R = 40.84%
G = 55.95%
B = 3.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#7FAE0A (or 0x7FAE0A) is known color: Lima. HEX triplet: 7F, AE and 0A. RGB value is (127,174,10). Sum of RGB (Red+Green+Blue) = 127+174+10=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAE0A is #8051F5. Grayscale: #8D8D8D. Windows color (decimal): -8409590 or 700031. OLE color: 700031.

HSL color Cylindrical-coordinate representation of color #7FAE0A: hue angle of 77.2º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FAE0A is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 174 10 -
CMYK 0.27 0 0.94 0.32
HSL 77.2º 0.89% 0.36% -
HSV(B) 77.2º 0.94% 0.68% -
XYZ 23.94 34.81 5.74 -
YUV 141.25 53.93 117.84 -
System Red Green Blue C M Y K H S L
Decimal 127 174 10 0.27 0 0.94 0.32 77.2 0.89 0.36
Hex 7F AE A 1B 0 5E 20 4D 59 24
Octal 177 256 12 33 0 136 40 115 131 44
Binary 1111111 10101110 1010 11011 0 1011110 100000 1001101 1011001 100100

Color Harmonies of #7FAE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAE0A

Black with #7FAE0A

Text Example


Text Example

White with #7FAE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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