Html Css Color HEX #5AAB34 Apple

📋 copy color: '#5AAB34'

red 90 ◦ green 171 ◦ blue 52

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

Shades of Apple #5AAB34

Tints of Apple #5AAB34

RGB

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

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

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

R = 28.75%
G = 54.63%
B = 16.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#5AAB34 (or 0x5AAB34) is known color: Apple. HEX triplet: 5A, AB and 34. RGB value is (90,171,52). Sum of RGB (Red+Green+Blue) = 90+171+52=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAB34 is #A554CB. Grayscale: #858585. Windows color (decimal): -10835148 or 3451738. OLE color: 3451738.

HSL color Cylindrical-coordinate representation of color #5AAB34: hue angle of 100.84º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5AAB34 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 171 52 -
CMYK 0.47 0 0.70 0.33
HSL 100.84º 0.53% 0.44% -
HSV(B) 100.84º 0.7% 0.67% -
XYZ 19.4 31.55 8.32 -
YUV 133.22 82.16 97.18 -
System Red Green Blue C M Y K H S L
Decimal 90 171 52 0.47 0 0.70 0.33 100.84 0.53 0.44
Hex 5A AB 34 2F 0 46 21 65 35 2C
Octal 132 253 64 57 0 106 41 145 65 54
Binary 1011010 10101011 110100 101111 0 1000110 100001 1100101 110101 101100

Color Harmonies of #5AAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAB34

Black with #5AAB34

Text Example


Text Example

White with #5AAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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