#5AB938

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

Shades of Apple #5AB938

Tints of Apple #5AB938

Color information

#5AB938 (or 0x5AB938) is unknown color: approx Apple. HEX triplet: 5A, B9 and 38. RGB value is (90,185,56). Sum of RGB (Red+Green+Blue) = 90+185+56=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB938 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB938 is #A546C7. Grayscale: #8E8E8E. Windows color (decimal): -10831560 or 3717466. OLE color: 3717466.

HSL color Cylindrical-coordinate representation of color #5AB938: hue angle of 104.19º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5AB938 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB9018556-
CMYK0.5100.700.27
HSL104.19º53.53%47.25%-
HSV(B)104.19º69.73%72.55%-
XYZ22.2837.169.74-
YUV141.8979.5390.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.19%
GREEN value IS 185 (72.66% from 255) = 55.89%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=27.19%
G=55.89%
B=16.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90185560.5100.700.27104.1953.5347.25
Hex5AB938330461B68362f
Octal13227170630106331506657
Binary10110101011100111100011001101000110110111101000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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