#5ACA4B

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

Shades of Apple #5ACA4B

Tints of Apple #5ACA4B

Color information

#5ACA4B (or 0x5ACA4B) is unknown color: approx Apple. HEX triplet: 5A, CA and 4B. RGB value is (90,202,75). Sum of RGB (Red+Green+Blue) = 90+202+75=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACA4B is #A535B4. Grayscale: #9A9A9A. Windows color (decimal): -10827189 or 4967002. OLE color: 4967002.

HSL color Cylindrical-coordinate representation of color #5ACA4B: hue angle of 112.91º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ACA4B is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB9020275-
CMYK0.5500.630.21
HSL112.91º54.51%54.31%-
HSV(B)112.91º62.87%79.22%-
XYZ26.6144.9213.93-
YUV154.0383.3982.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.52%
GREEN value IS 202 (79.30% from 255) = 55.04%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=24.52%
G=55.04%
B=20.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90202750.5500.630.21112.9154.5154.31
Hex5ACA4B3703F15713736
Octal13231211367077251616766
Binary10110101100101010010111101110111111101011110001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,202,75); }

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

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

 a { background-color: rgb(90,202,75); }

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

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

 span { border-color: rgb(90,202,75); }

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