#5ACB4D

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

Shades of Apple #5ACB4D

Tints of Apple #5ACB4D

Color information

#5ACB4D (or 0x5ACB4D) is unknown color: approx Apple. HEX triplet: 5A, CB and 4D. RGB value is (90,203,77). Sum of RGB (Red+Green+Blue) = 90+203+77=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACB4D is #A534B2. Grayscale: #9B9B9B. Windows color (decimal): -10826931 or 5098330. OLE color: 5098330.

HSL color Cylindrical-coordinate representation of color #5ACB4D: hue angle of 113.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ACB4D is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB9020377-
CMYK0.5600.620.20
HSL113.81º54.78%54.9%-
HSV(B)113.81º62.07%79.61%-
XYZ26.9145.4214.37-
YUV154.8584.0681.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.32%
GREEN value IS 203 (79.69% from 255) = 54.86%
BLUE value IS 77 (30.47% from 255) = 20.81%
R=24.32%
G=54.86%
B=20.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal90203770.5600.620.20113.8154.7854.9
Hex5ACB4D3803E14723737
Octal13231311570076241626767
Binary10110101100101110011011110000111110101001110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,203,77); }

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

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

 a { background-color: rgb(90,203,77); }

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

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

 span { border-color: rgb(90,203,77); }

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