Html Css Color HEX #5AB345 Apple

📋 copy color: '#5AB345'

red 90 ◦ green 179 ◦ blue 69

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

Shades of Apple #5AB345

Tints of Apple #5AB345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.96%

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 26.63%
G = 52.96%
B = 20.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#5AB345 (or 0x5AB345) is known color: Apple. HEX triplet: 5A, B3 and 45. RGB value is (90,179,69). Sum of RGB (Red+Green+Blue) = 90+179+69=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB345 is #A54CBA. Grayscale: #8C8C8C. Windows color (decimal): -10833083 or 4567898. OLE color: 4567898.

HSL color Cylindrical-coordinate representation of color #5AB345: hue angle of 108.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AB345 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 90 179 69 -
CMYK 0.50 0 0.61 0.30
HSL 108.55º 0.44% 0.49% -
HSV(B) 108.55º 0.61% 0.7% -
XYZ 21.41 34.84 11.23 -
YUV 139.85 88.01 92.44 -
System Red Green Blue C M Y K H S L
Decimal 90 179 69 0.50 0 0.61 0.30 108.55 0.44 0.49
Hex 5A B3 45 32 0 3D 1E 6D 2C 31
Octal 132 263 105 62 0 75 36 155 54 61
Binary 1011010 10110011 1000101 110010 0 111101 11110 1101101 101100 110001

Color Harmonies of #5AB345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB345

Black with #5AB345

Text Example


Text Example

White with #5AB345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,179,69); }

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

background-color css

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

 a { background-color: rgb(90,179,69); }

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

border-color css

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

 span { border-color: rgb(90,179,69); }

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