Html Css Color HEX #5ABD4A Apple

📋 copy color: '#5ABD4A'

red 90 ◦ green 189 ◦ blue 74

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

Shades of Apple #5ABD4A

Tints of Apple #5ABD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.54%

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 25.5%
G = 53.54%
B = 20.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#5ABD4A (or 0x5ABD4A) is known color: Apple. HEX triplet: 5A, BD and 4A. RGB value is (90,189,74). Sum of RGB (Red+Green+Blue) = 90+189+74=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABD4A is #A542B5. Grayscale: #929292. Windows color (decimal): -10830518 or 4898138. OLE color: 4898138.

HSL color Cylindrical-coordinate representation of color #5ABD4A: hue angle of 111.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ABD4A is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 189 74 -
CMYK 0.52 0 0.61 0.26
HSL 111.65º 0.47% 0.52% -
HSV(B) 111.65º 0.61% 0.74% -
XYZ 23.65 39.06 12.77 -
YUV 146.29 87.2 87.85 -
System Red Green Blue C M Y K H S L
Decimal 90 189 74 0.52 0 0.61 0.26 111.65 0.47 0.52
Hex 5A BD 4A 34 0 3D 1A 70 2F 34
Octal 132 275 112 64 0 75 32 160 57 64
Binary 1011010 10111101 1001010 110100 0 111101 11010 1110000 101111 110100

Color Harmonies of #5ABD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABD4A

Black with #5ABD4A

Text Example


Text Example

White with #5ABD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,74); }

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

background-color css

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

 a { background-color: rgb(90,189,74); }

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

border-color css

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

 span { border-color: rgb(90,189,74); }

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