Html Css Color HEX #5AAE32 Apple

📋 copy color: '#5AAE32'

red 90 ◦ green 174 ◦ blue 50

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

Shades of Apple #5AAE32

Tints of Apple #5AAE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 55.41%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 28.66%
G = 55.41%
B = 15.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#5AAE32 (or 0x5AAE32) is known color: Apple. HEX triplet: 5A, AE and 32. RGB value is (90,174,50). Sum of RGB (Red+Green+Blue) = 90+174+50=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAE32 is #A551CD. Grayscale: #878787. Windows color (decimal): -10834382 or 3321434. OLE color: 3321434.

HSL color Cylindrical-coordinate representation of color #5AAE32: hue angle of 100.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AAE32 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 174 50 -
CMYK 0.48 0 0.71 0.32
HSL 100.65º 0.55% 0.44% -
HSV(B) 100.65º 0.71% 0.68% -
XYZ 19.93 32.68 8.27 -
YUV 134.75 80.17 96.08 -
System Red Green Blue C M Y K H S L
Decimal 90 174 50 0.48 0 0.71 0.32 100.65 0.55 0.44
Hex 5A AE 32 30 0 47 20 65 37 2C
Octal 132 256 62 60 0 107 40 145 67 54
Binary 1011010 10101110 110010 110000 0 1000111 100000 1100101 110111 101100

Color Harmonies of #5AAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAE32

Black with #5AAE32

Text Example


Text Example

White with #5AAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,174,50); }

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

background-color css

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

 a { background-color: rgb(90,174,50); }

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

border-color css

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

 span { border-color: rgb(90,174,50); }

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