Html Css Color HEX #5AB040 Apple

📋 copy color: '#5AB040'

red 90 ◦ green 176 ◦ blue 64

#5AB040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5AB040

Tints of Apple #5AB040

RGB

 RED value IS 90 (35.55% from 255) = 27.27%

 GREEN value IS 176 (69.14% from 255) = 53.33%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 27.27%
G = 53.33%
B = 19.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#5AB040 (or 0x5AB040) is known color: Apple. HEX triplet: 5A, B0 and 40. RGB value is (90,176,64). Sum of RGB (Red+Green+Blue) = 90+176+64=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB040 is #A54FBF. Grayscale: #898989. Windows color (decimal): -10833856 or 4239450. OLE color: 4239450.

HSL color Cylindrical-coordinate representation of color #5AB040: hue angle of 106.07º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB040 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 176 64 -
CMYK 0.49 0 0.64 0.31
HSL 106.07º 0.47% 0.47% -
HSV(B) 106.07º 0.64% 0.69% -
XYZ 20.67 33.59 10.25 -
YUV 137.52 86.51 94.11 -
System Red Green Blue C M Y K H S L
Decimal 90 176 64 0.49 0 0.64 0.31 106.07 0.47 0.47
Hex 5A B0 40 31 0 40 1F 6A 2F 2F
Octal 132 260 100 61 0 100 37 152 57 57
Binary 1011010 10110000 1000000 110001 0 1000000 11111 1101010 101111 101111

Color Harmonies of #5AB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB040

Black with #5AB040

Text Example


Text Example

White with #5AB040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,176,64); }

 H1.HeaderClassName
 {
   color: #5AB040;
 }
 .AnyTagClassName
 {
   color: #5AB040;
 }
</style>

background-color css

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

 a { background-color: rgb(90,176,64); }

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

border-color css

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

 span { border-color: rgb(90,176,64); }

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