Html Css Color HEX #5CAC46 Apple

📋 copy color: '#5CAC46'

red 92 ◦ green 172 ◦ blue 70

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

Shades of Apple #5CAC46

Tints of Apple #5CAC46

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.5%

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 27.54%
G = 51.5%
B = 20.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#5CAC46 (or 0x5CAC46) is known color: Apple. HEX triplet: 5C, AC and 46. RGB value is (92,172,70). Sum of RGB (Red+Green+Blue) = 92+172+70=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAC46 is #A353B9. Grayscale: #888888. Windows color (decimal): -10703802 or 4631644. OLE color: 4631644.

HSL color Cylindrical-coordinate representation of color #5CAC46: hue angle of 107.06º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CAC46 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 172 70 -
CMYK 0.47 0 0.59 0.33
HSL 107.06º 0.42% 0.47% -
HSV(B) 107.06º 0.59% 0.67% -
XYZ 20.27 32.22 10.95 -
YUV 136.45 90.5 96.29 -
System Red Green Blue C M Y K H S L
Decimal 92 172 70 0.47 0 0.59 0.33 107.06 0.42 0.47
Hex 5C AC 46 2F 0 3B 21 6B 2A 2F
Octal 134 254 106 57 0 73 41 153 52 57
Binary 1011100 10101100 1000110 101111 0 111011 100001 1101011 101010 101111

Color Harmonies of #5CAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC46

Black with #5CAC46

Text Example


Text Example

White with #5CAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,172,70); }

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

background-color css

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

 a { background-color: rgb(92,172,70); }

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

border-color css

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

 span { border-color: rgb(92,172,70); }

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