#5AB730

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

Shades of Apple #5AB730

Tints of Apple #5AB730

Color information

#5AB730 (or 0x5AB730) is unknown color: approx Apple. HEX triplet: 5A, B7 and 30. RGB value is (90,183,48). Sum of RGB (Red+Green+Blue) = 90+183+48=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB730 is #A548CF. Grayscale: #8C8C8C. Windows color (decimal): -10832080 or 3192666. OLE color: 3192666.

HSL color Cylindrical-coordinate representation of color #5AB730: hue angle of 101.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5AB730 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB9018348-
CMYK0.5100.740.28
HSL101.33º58.44%45.29%-
HSV(B)101.33º73.77%71.76%-
XYZ21.6836.258.65-
YUV139.876.1992.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.04%
GREEN value IS 183 (71.88% from 255) = 57.01%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=28.04%
G=57.01%
B=14.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal90183480.5100.740.28101.3358.4445.29
Hex5AB7303304A1C653a2d
Octal13226760630112341457255
Binary10110101011011111000011001101001010111001100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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