#5AB64B

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

Shades of Apple #5AB64B

Tints of Apple #5AB64B

Color information

#5AB64B (or 0x5AB64B) is unknown color: approx Apple. HEX triplet: 5A, B6 and 4B. RGB value is (90,182,75). Sum of RGB (Red+Green+Blue) = 90+182+75=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB64B is #A549B4. Grayscale: #8E8E8E. Windows color (decimal): -10832309 or 4961882. OLE color: 4961882.

HSL color Cylindrical-coordinate representation of color #5AB64B: hue angle of 111.59º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AB64B is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB9018275-
CMYK0.5100.590.29
HSL111.59º42.29%50.39%-
HSV(B)111.59º58.79%71.37%-
XYZ22.2136.1412.46-
YUV142.2990.0290.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.94%
GREEN value IS 182 (71.48% from 255) = 52.45%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=25.94%
G=52.45%
B=21.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal90182750.5100.590.29111.5942.2950.39
Hex5AB64B3303B1D702a32
Octal13226611363073351605262
Binary10110101011011010010111100110111011111011110000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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