#5AB430

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

Shades of Apple #5AB430

Tints of Apple #5AB430

Color information

#5AB430 (or 0x5AB430) is unknown color: approx Apple. HEX triplet: 5A, B4 and 30. RGB value is (90,180,48). Sum of RGB (Red+Green+Blue) = 90+180+48=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB430 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB430 is #A54BCF. Grayscale: #8A8A8A. Windows color (decimal): -10832848 or 3191898. OLE color: 3191898.

HSL color Cylindrical-coordinate representation of color #5AB430: hue angle of 100.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AB430 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB9018048-
CMYK0.5000.730.29
HSL100.91º57.89%44.71%-
HSV(B)100.91º73.33%70.59%-
XYZ21.0735.038.45-
YUV138.0477.1893.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.30%
GREEN value IS 180 (70.70% from 255) = 56.60%
BLUE value IS 48 (19.14% from 255) = 15.09%
R=28.30%
G=56.60%
B=15.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal90180480.5000.730.29100.9157.8944.71
Hex5AB430320491D653a2d
Octal13226460620111351457255
Binary10110101011010011000011001001001001111011100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,180,48); }

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

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

 a { background-color: rgb(90,180,48); }

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

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

 span { border-color: rgb(90,180,48); }

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