#5AAF33

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

Shades of Apple #5AAF33

Tints of Apple #5AAF33

Color information

#5AAF33 (or 0x5AAF33) is unknown color: approx Apple. HEX triplet: 5A, AF and 33. RGB value is (90,175,51). Sum of RGB (Red+Green+Blue) = 90+175+51=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF33 is #A550CC. Grayscale: #878787. Windows color (decimal): -10834125 or 3387226. OLE color: 3387226.

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

Color convert

RGB9017551-
CMYK0.4900.710.31
HSL101.13º54.87%44.31%-
HSV(B)101.13º70.86%68.63%-
XYZ20.1433.078.45-
YUV135.4580.3495.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 175 (68.75% from 255) = 55.38%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=28.48%
G=55.38%
B=16.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90175510.4900.710.31101.1354.8744.31
Hex5AAF33310471F65372c
Octal13225763610107371456754
Binary10110101010111111001111000101000111111111100101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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