Html Css Color HEX #5AA934 Apple

📋 copy color: '#5AA934'

red 90 ◦ green 169 ◦ blue 52

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

Shades of Apple #5AA934

Tints of Apple #5AA934

RGB

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

 GREEN value IS 169 (66.41% from 255) = 54.34%

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

R = 28.94%
G = 54.34%
B = 16.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#5AA934 (or 0x5AA934) is known color: Apple. HEX triplet: 5A, A9 and 34. RGB value is (90,169,52). Sum of RGB (Red+Green+Blue) = 90+169+52=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA934 is #A556CB. Grayscale: #848484. Windows color (decimal): -10835660 or 3451226. OLE color: 3451226.

HSL color Cylindrical-coordinate representation of color #5AA934: hue angle of 100.51º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AA934 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 169 52 -
CMYK 0.47 0 0.69 0.34
HSL 100.51º 0.53% 0.43% -
HSV(B) 100.51º 0.69% 0.66% -
XYZ 19.02 30.8 8.19 -
YUV 132.04 82.83 98.01 -
System Red Green Blue C M Y K H S L
Decimal 90 169 52 0.47 0 0.69 0.34 100.51 0.53 0.43
Hex 5A A9 34 2F 0 45 22 65 35 2B
Octal 132 251 64 57 0 105 42 145 65 53
Binary 1011010 10101001 110100 101111 0 1000101 100010 1100101 110101 101011

Color Harmonies of #5AA934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA934

Black with #5AA934

Text Example


Text Example

White with #5AA934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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