Html Css Color HEX #5CAC42 Apple

📋 copy color: '#5CAC42'

red 92 ◦ green 172 ◦ blue 66

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

Shades of Apple #5CAC42

Tints of Apple #5CAC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20%

R = 27.88%
G = 52.12%
B = 20%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#5CAC42 (or 0x5CAC42) is known color: Apple. HEX triplet: 5C, AC and 42. RGB value is (92,172,66). Sum of RGB (Red+Green+Blue) = 92+172+66=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAC42 is #A353BD. Grayscale: #888888. Windows color (decimal): -10703806 or 4369500. OLE color: 4369500.

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

Color convert

RGB 92 172 66 -
CMYK 0.47 0 0.62 0.33
HSL 105.28º 0.45% 0.47% -
HSV(B) 105.28º 0.62% 0.67% -
XYZ 20.15 32.17 10.3 -
YUV 136 88.5 96.62 -
System Red Green Blue C M Y K H S L
Decimal 92 172 66 0.47 0 0.62 0.33 105.28 0.45 0.47
Hex 5C AC 42 2F 0 3E 21 69 2D 2F
Octal 134 254 102 57 0 76 41 151 55 57
Binary 1011100 10101100 1000010 101111 0 111110 100001 1101001 101101 101111

Color Harmonies of #5CAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC42

Black with #5CAC42

Text Example


Text Example

White with #5CAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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