Html Css Color HEX #5AB041 Apple

📋 copy color: '#5AB041'

red 90 ◦ green 176 ◦ blue 65

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

Shades of Apple #5AB041

Tints of Apple #5AB041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 27.19%
G = 53.17%
B = 19.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#5AB041 (or 0x5AB041) is known color: Apple. HEX triplet: 5A, B0 and 41. RGB value is (90,176,65). Sum of RGB (Red+Green+Blue) = 90+176+65=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB041 is #A54FBE. Grayscale: #898989. Windows color (decimal): -10833855 or 4304986. OLE color: 4304986.

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

Color convert

RGB 90 176 65 -
CMYK 0.49 0 0.63 0.31
HSL 106.49º 0.46% 0.47% -
HSV(B) 106.49º 0.63% 0.69% -
XYZ 20.7 33.61 10.4 -
YUV 137.63 87.01 94.03 -
System Red Green Blue C M Y K H S L
Decimal 90 176 65 0.49 0 0.63 0.31 106.49 0.46 0.47
Hex 5A B0 41 31 0 3F 1F 6A 2E 2F
Octal 132 260 101 61 0 77 37 152 56 57
Binary 1011010 10110000 1000001 110001 0 111111 11111 1101010 101110 101111

Color Harmonies of #5AB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB041

Black with #5AB041

Text Example


Text Example

White with #5AB041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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