Html Css Color HEX #7FAE15 Lima

📋 copy color: '#7FAE15'

red 127 ◦ green 174 ◦ blue 21

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

Shades of Lima #7FAE15

Tints of Lima #7FAE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.52%

R = 39.44%
G = 54.04%
B = 6.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#7FAE15 (or 0x7FAE15) is known color: Lima. HEX triplet: 7F, AE and 15. RGB value is (127,174,21). Sum of RGB (Red+Green+Blue) = 127+174+21=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAE15 is #8051EA. Grayscale: #8F8F8F. Windows color (decimal): -8409579 or 1420927. OLE color: 1420927.

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

Color convert

RGB 127 174 21 -
CMYK 0.27 0 0.88 0.32
HSL 78.43º 0.78% 0.38% -
HSV(B) 78.43º 0.88% 0.68% -
XYZ 24.02 34.84 6.17 -
YUV 142.51 59.43 116.94 -
System Red Green Blue C M Y K H S L
Decimal 127 174 21 0.27 0 0.88 0.32 78.43 0.78 0.38
Hex 7F AE 15 1B 0 58 20 4E 4E 26
Octal 177 256 25 33 0 130 40 116 116 46
Binary 1111111 10101110 10101 11011 0 1011000 100000 1001110 1001110 100110

Color Harmonies of #7FAE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAE15

Black with #7FAE15

Text Example


Text Example

White with #7FAE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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