Html Css Color HEX #5AAE34 Apple

📋 copy color: '#5AAE34'

red 90 ◦ green 174 ◦ blue 52

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

Shades of Apple #5AAE34

Tints of Apple #5AAE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 28.48%
G = 55.06%
B = 16.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#5AAE34 (or 0x5AAE34) is known color: Apple. HEX triplet: 5A, AE and 34. RGB value is (90,174,52). Sum of RGB (Red+Green+Blue) = 90+174+52=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAE34 is #A551CB. Grayscale: #878787. Windows color (decimal): -10834380 or 3452506. OLE color: 3452506.

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

Color convert

RGB 90 174 52 -
CMYK 0.48 0 0.70 0.32
HSL 101.31º 0.54% 0.44% -
HSV(B) 101.31º 0.7% 0.68% -
XYZ 19.97 32.69 8.51 -
YUV 134.98 81.17 95.92 -
System Red Green Blue C M Y K H S L
Decimal 90 174 52 0.48 0 0.70 0.32 101.31 0.54 0.44
Hex 5A AE 34 30 0 46 20 65 36 2C
Octal 132 256 64 60 0 106 40 145 66 54
Binary 1011010 10101110 110100 110000 0 1000110 100000 1100101 110110 101100

Color Harmonies of #5AAE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAE34

Black with #5AAE34

Text Example


Text Example

White with #5AAE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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