Html Css Color HEX #5CA940 Apple

📋 copy color: '#5CA940'

red 92 ◦ green 169 ◦ blue 64

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

Shades of Apple #5CA940

Tints of Apple #5CA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52%

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

R = 28.31%
G = 52%
B = 19.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#5CA940 (or 0x5CA940) is known color: Apple. HEX triplet: 5C, A9 and 40. RGB value is (92,169,64). Sum of RGB (Red+Green+Blue) = 92+169+64=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA940 is #A356BF. Grayscale: #868686. Windows color (decimal): -10704576 or 4237660. OLE color: 4237660.

HSL color Cylindrical-coordinate representation of color #5CA940: hue angle of 104º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CA940 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 92 169 64 -
CMYK 0.46 0 0.62 0.34
HSL 104º 0.45% 0.46% -
HSV(B) 104º 0.62% 0.66% -
XYZ 19.53 31.02 9.81 -
YUV 134.01 88.49 98.04 -
System Red Green Blue C M Y K H S L
Decimal 92 169 64 0.46 0 0.62 0.34 104 0.45 0.46
Hex 5C A9 40 2E 0 3E 22 68 2D 2E
Octal 134 251 100 56 0 76 42 150 55 56
Binary 1011100 10101001 1000000 101110 0 111110 100010 1101000 101101 101110

Color Harmonies of #5CA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA940

Black with #5CA940

Text Example


Text Example

White with #5CA940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,169,64); }

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

background-color css

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

 a { background-color: rgb(92,169,64); }

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

border-color css

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

 span { border-color: rgb(92,169,64); }

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