Html Css Color HEX #5AAB45 Apple

📋 copy color: '#5AAB45'

red 90 ◦ green 171 ◦ blue 69

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

Shades of Apple #5AAB45

Tints of Apple #5AAB45

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.82%

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

R = 27.27%
G = 51.82%
B = 20.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#5AAB45 (or 0x5AAB45) is known color: Apple. HEX triplet: 5A, AB and 45. RGB value is (90,171,69). Sum of RGB (Red+Green+Blue) = 90+171+69=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAB45 is #A554BA. Grayscale: #878787. Windows color (decimal): -10835131 or 4565850. OLE color: 4565850.

HSL color Cylindrical-coordinate representation of color #5AAB45: hue angle of 107.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AAB45 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 171 69 -
CMYK 0.47 0 0.60 0.33
HSL 107.65º 0.43% 0.47% -
HSV(B) 107.65º 0.6% 0.67% -
XYZ 19.85 31.73 10.71 -
YUV 135.15 90.66 95.79 -
System Red Green Blue C M Y K H S L
Decimal 90 171 69 0.47 0 0.60 0.33 107.65 0.43 0.47
Hex 5A AB 45 2F 0 3C 21 6C 2A 2F
Octal 132 253 105 57 0 74 41 154 52 57
Binary 1011010 10101011 1000101 101111 0 111100 100001 1101100 101010 101111

Color Harmonies of #5AAB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAB45

Black with #5AAB45

Text Example


Text Example

White with #5AAB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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