Html Css Color HEX #5AB448 Apple

📋 copy color: '#5AB448'

red 90 ◦ green 180 ◦ blue 72

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

Shades of Apple #5AB448

Tints of Apple #5AB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.63%

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 26.32%
G = 52.63%
B = 21.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#5AB448 (or 0x5AB448) is known color: Apple. HEX triplet: 5A, B4 and 48. RGB value is (90,180,72). Sum of RGB (Red+Green+Blue) = 90+180+72=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB448 is #A54BB7. Grayscale: #8D8D8D. Windows color (decimal): -10832824 or 4764762. OLE color: 4764762.

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

Color convert

RGB 90 180 72 -
CMYK 0.50 0 0.60 0.29
HSL 110º 0.43% 0.49% -
HSV(B) 110º 0.6% 0.71% -
XYZ 21.71 35.28 11.8 -
YUV 140.78 89.18 91.78 -
System Red Green Blue C M Y K H S L
Decimal 90 180 72 0.50 0 0.60 0.29 110 0.43 0.49
Hex 5A B4 48 32 0 3C 1D 6E 2B 31
Octal 132 264 110 62 0 74 35 156 53 61
Binary 1011010 10110100 1001000 110010 0 111100 11101 1101110 101011 110001

Color Harmonies of #5AB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB448

Black with #5AB448

Text Example


Text Example

White with #5AB448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,180,72); }

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

background-color css

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

 a { background-color: rgb(90,180,72); }

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

border-color css

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

 span { border-color: rgb(90,180,72); }

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