Html Css Color HEX #5CA04A Apple

📋 copy color: '#5CA04A'

red 92 ◦ green 160 ◦ blue 74

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

Shades of Apple #5CA04A

Tints of Apple #5CA04A

RGB

 RED value IS 92 (36.33% from 255) = 28.22%

 GREEN value IS 160 (62.89% from 255) = 49.08%

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 28.22%
G = 49.08%
B = 22.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#5CA04A (or 0x5CA04A) is known color: Apple. HEX triplet: 5C, A0 and 4A. RGB value is (92,160,74). Sum of RGB (Red+Green+Blue) = 92+160+74=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA04A is #A35FB5. Grayscale: #828282. Windows color (decimal): -10706870 or 4890716. OLE color: 4890716.

HSL color Cylindrical-coordinate representation of color #5CA04A: hue angle of 107.44º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CA04A is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 92 160 74 -
CMYK 0.43 0 0.54 0.37
HSL 107.44º 0.37% 0.46% -
HSV(B) 107.44º 0.54% 0.63% -
XYZ 18.22 27.91 10.91 -
YUV 129.86 96.47 100.99 -
System Red Green Blue C M Y K H S L
Decimal 92 160 74 0.43 0 0.54 0.37 107.44 0.37 0.46
Hex 5C A0 4A 2B 0 36 25 6B 25 2E
Octal 134 240 112 53 0 66 45 153 45 56
Binary 1011100 10100000 1001010 101011 0 110110 100101 1101011 100101 101110

Color Harmonies of #5CA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA04A

Black with #5CA04A

Text Example


Text Example

White with #5CA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CA04A; }

 p { color: rgb(92,160,74); }

 H1.HeaderClassName
 {
   color: #5CA04A;
 }
 .AnyTagClassName
 {
   color: #5CA04A;
 }
</style>

background-color css

<style>
 a { background-color: #5CA04A; }

 a { background-color: rgb(92,160,74); }

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

border-color css

<style>
 span { border-color: #5CA04A; }

 span { border-color: rgb(92,160,74); }

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