Html Css Color HEX #5AB534 Apple

📋 copy color: '#5AB534'

red 90 ◦ green 181 ◦ blue 52

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

Shades of Apple #5AB534

Tints of Apple #5AB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.04%

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

R = 27.86%
G = 56.04%
B = 16.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#5AB534 (or 0x5AB534) is known color: Apple. HEX triplet: 5A, B5 and 34. RGB value is (90,181,52). Sum of RGB (Red+Green+Blue) = 90+181+52=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB534 is #A54ACB. Grayscale: #8B8B8B. Windows color (decimal): -10832588 or 3454298. OLE color: 3454298.

HSL color Cylindrical-coordinate representation of color #5AB534: hue angle of 102.33º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AB534 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 181 52 -
CMYK 0.50 0 0.71 0.29
HSL 102.33º 0.55% 0.46% -
HSV(B) 102.33º 0.71% 0.71% -
XYZ 21.36 35.47 8.97 -
YUV 139.09 78.85 92.99 -
System Red Green Blue C M Y K H S L
Decimal 90 181 52 0.50 0 0.71 0.29 102.33 0.55 0.46
Hex 5A B5 34 32 0 47 1D 66 37 2E
Octal 132 265 64 62 0 107 35 146 67 56
Binary 1011010 10110101 110100 110010 0 1000111 11101 1100110 110111 101110

Color Harmonies of #5AB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB534

Black with #5AB534

Text Example


Text Example

White with #5AB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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