Html Css Color HEX #7CAE16 Lima

📋 copy color: '#7CAE16'

red 124 ◦ green 174 ◦ blue 22

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

Shades of Lima #7CAE16

Tints of Lima #7CAE16

RGB

 RED value IS 124 (48.83% from 255) = 38.75%

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

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 38.75%
G = 54.38%
B = 6.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#7CAE16 (or 0x7CAE16) is known color: Lima. HEX triplet: 7C, AE and 16. RGB value is (124,174,22). Sum of RGB (Red+Green+Blue) = 124+174+22=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAE16 is #8351E9. Grayscale: #8E8E8E. Windows color (decimal): -8606186 or 1486460. OLE color: 1486460.

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

Color convert

RGB 124 174 22 -
CMYK 0.29 0 0.87 0.32
HSL 79.74º 0.78% 0.38% -
HSV(B) 79.74º 0.87% 0.68% -
XYZ 23.59 34.62 6.2 -
YUV 141.72 60.44 115.36 -
System Red Green Blue C M Y K H S L
Decimal 124 174 22 0.29 0 0.87 0.32 79.74 0.78 0.38
Hex 7C AE 16 1D 0 57 20 50 4E 26
Octal 174 256 26 35 0 127 40 120 116 46
Binary 1111100 10101110 10110 11101 0 1010111 100000 1010000 1001110 100110

Color Harmonies of #7CAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAE16

Black with #7CAE16

Text Example


Text Example

White with #7CAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,174,22); }

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

background-color css

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

 a { background-color: rgb(124,174,22); }

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

border-color css

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

 span { border-color: rgb(124,174,22); }

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