#5ABF3C

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

Shades of Apple #5ABF3C

Tints of Apple #5ABF3C

Color information

#5ABF3C (or 0x5ABF3C) is unknown color: approx Apple. HEX triplet: 5A, BF and 3C. RGB value is (90,191,60). Sum of RGB (Red+Green+Blue) = 90+191+60=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABF3C is #A540C3. Grayscale: #929292. Windows color (decimal): -10830020 or 3981146. OLE color: 3981146.

HSL color Cylindrical-coordinate representation of color #5ABF3C: hue angle of 106.26º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ABF3C is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB9019160-
CMYK0.5300.690.25
HSL106.26º52.19%49.22%-
HSV(B)106.26º68.59%74.9%-
XYZ23.6639.7610.7-
YUV145.8779.5488.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.39%
GREEN value IS 191 (75% from 255) = 56.01%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=26.39%
G=56.01%
B=17.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90191600.5300.690.25106.2652.1949.22
Hex5ABF3C35045196a3431
Octal13227774650105311526461
Binary10110101011111111110011010101000101110011101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,191,60); }

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

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

 a { background-color: rgb(90,191,60); }

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

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

 span { border-color: rgb(90,191,60); }

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