#5aaf38

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

Shades of Apple #5AAF38

Tints of Apple #5AAF38

Color information

#5AAF38 (or 0x5AAF38) is unknown color: approx Apple. HEX triplet: 5A, AF and 38. RGB value is (90,175,56). Sum of RGB (Red+Green+Blue) = 90+175+56=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF38 is #A550C7. Grayscale: #888888. Windows color (decimal): -10834120 or 3714906. OLE color: 3714906.

HSL color Cylindrical-coordinate representation of color #5AAF38: hue angle of 102.86º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AAF38 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB9017556-
CMYK0.4900.680.31
HSL102.86º51.52%45.29%-
HSV(B)102.86º68%68.63%-
XYZ20.2633.129.07-
YUV136.0282.8495.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.04%
GREEN value IS 175 (68.75% from 255) = 54.52%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=28.04%
G=54.52%
B=17.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90175560.4900.680.31102.8651.5245.29
Hex5AAF38310441F67342d
Octal13225770610104371476455
Binary10110101010111111100011000101000100111111100111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5aaf38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,175,56); }

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

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

 a { background-color: rgb(90,175,56); }

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

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

 span { border-color: rgb(90,175,56); }

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