Html Css Color HEX #7CAE40 Sushi

📋 copy color: '#7CAE40'

red 124 ◦ green 174 ◦ blue 64

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

Shades of Sushi #7CAE40

Tints of Sushi #7CAE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 34.25%
G = 48.07%
B = 17.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#7CAE40 (or 0x7CAE40) is known color: Sushi. HEX triplet: 7C, AE and 40. RGB value is (124,174,64). Sum of RGB (Red+Green+Blue) = 124+174+64=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAE40 is #8351BF. Grayscale: #929292. Windows color (decimal): -8606144 or 4238972. OLE color: 4238972.

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

Color convert

RGB 124 174 64 -
CMYK 0.29 0 0.63 0.32
HSL 87.27º 0.46% 0.47% -
HSV(B) 87.27º 0.63% 0.68% -
XYZ 24.37 34.93 10.31 -
YUV 146.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 124 174 64 0.29 0 0.63 0.32 87.27 0.46 0.47
Hex 7C AE 40 1D 0 3F 20 57 2E 2F
Octal 174 256 100 35 0 77 40 127 56 57
Binary 1111100 10101110 1000000 11101 0 111111 100000 1010111 101110 101111

Color Harmonies of #7CAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAE40

Black with #7CAE40

Text Example


Text Example

White with #7CAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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