Html Css Color HEX #5CA149 Apple

📋 copy color: '#5CA149'

red 92 ◦ green 161 ◦ blue 73

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

Shades of Apple #5CA149

Tints of Apple #5CA149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.39%

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 28.22%
G = 49.39%
B = 22.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#5CA149 (or 0x5CA149) is known color: Apple. HEX triplet: 5C, A1 and 49. RGB value is (92,161,73). Sum of RGB (Red+Green+Blue) = 92+161+73=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA149 is #A35EB6. Grayscale: #828282. Windows color (decimal): -10706615 or 4825436. OLE color: 4825436.

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

Color convert

RGB 92 161 73 -
CMYK 0.43 0 0.55 0.37
HSL 107.05º 0.38% 0.46% -
HSV(B) 107.05º 0.55% 0.63% -
XYZ 18.36 28.25 10.79 -
YUV 130.34 95.64 100.66 -
System Red Green Blue C M Y K H S L
Decimal 92 161 73 0.43 0 0.55 0.37 107.05 0.38 0.46
Hex 5C A1 49 2B 0 37 25 6B 26 2E
Octal 134 241 111 53 0 67 45 153 46 56
Binary 1011100 10100001 1001001 101011 0 110111 100101 1101011 100110 101110

Color Harmonies of #5CA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA149

Black with #5CA149

Text Example


Text Example

White with #5CA149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,161,73); }

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

background-color css

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

 a { background-color: rgb(92,161,73); }

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

border-color css

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

 span { border-color: rgb(92,161,73); }

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