Html Css Color HEX #5AB042 Apple

📋 copy color: '#5AB042'

red 90 ◦ green 176 ◦ blue 66

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

Shades of Apple #5AB042

Tints of Apple #5AB042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.88%

R = 27.11%
G = 53.01%
B = 19.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#5AB042 (or 0x5AB042) is known color: Apple. HEX triplet: 5A, B0 and 42. RGB value is (90,176,66). Sum of RGB (Red+Green+Blue) = 90+176+66=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 176 (69.14% from 255 or 53.01% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB042 is #A54FBD. Grayscale: #8A8A8A. Windows color (decimal): -10833854 or 4370522. OLE color: 4370522.

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

Color convert

RGB 90 176 66 -
CMYK 0.49 0 0.62 0.31
HSL 106.91º 0.45% 0.47% -
HSV(B) 106.91º 0.63% 0.69% -
XYZ 20.73 33.62 10.55 -
YUV 137.75 87.51 93.94 -
System Red Green Blue C M Y K H S L
Decimal 90 176 66 0.49 0 0.62 0.31 106.91 0.45 0.47
Hex 5A B0 42 31 0 3E 1F 6B 2D 2F
Octal 132 260 102 61 0 76 37 153 55 57
Binary 1011010 10110000 1000010 110001 0 111110 11111 1101011 101101 101111

Color Harmonies of #5AB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB042

Black with #5AB042

Text Example


Text Example

White with #5AB042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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