#5AC348

Color #5AC348 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5AC348

Tints of Apple #5AC348

Color information

#5AC348 (or 0x5AC348) is unknown color: approx Apple. HEX triplet: 5A, C3 and 48. RGB value is (90,195,72). Sum of RGB (Red+Green+Blue) = 90+195+72=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC348 is #A53CB7. Grayscale: #959595. Windows color (decimal): -10828984 or 4768602. OLE color: 4768602.

HSL color Cylindrical-coordinate representation of color #5AC348: hue angle of 111.22º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AC348 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB9019572-
CMYK0.5400.630.24
HSL111.22º50.62%52.35%-
HSV(B)111.22º63.08%76.47%-
XYZ24.941.6712.86-
YUV149.5884.2185.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.21%
GREEN value IS 195 (76.56% from 255) = 54.62%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=25.21%
G=54.62%
B=20.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90195720.5400.630.24111.2250.6252.35
Hex5AC3483603F186f3334
Octal13230311066077301576364
Binary10110101100001110010001101100111111110001101111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,195,72); }

 H1.HeaderClassName
 {
   color: #5AC348;
 }
 .AnyTagClassName
 {
   color: #5AC348;
 }
</style>
background-color css

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

 a { background-color: rgb(90,195,72); }

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

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

 span { border-color: rgb(90,195,72); }

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