Html Css Color HEX #5AAC38 Apple

📋 copy color: '#5AAC38'

red 90 ◦ green 172 ◦ blue 56

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

Shades of Apple #5AAC38

Tints of Apple #5AAC38

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.09%

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 28.3%
G = 54.09%
B = 17.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#5AAC38 (or 0x5AAC38) is known color: Apple. HEX triplet: 5A, AC and 38. RGB value is (90,172,56). Sum of RGB (Red+Green+Blue) = 90+172+56=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAC38 is #A553C7. Grayscale: #868686. Windows color (decimal): -10834888 or 3714138. OLE color: 3714138.

HSL color Cylindrical-coordinate representation of color #5AAC38: hue angle of 102.41º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AAC38 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 172 56 -
CMYK 0.48 0 0.67 0.33
HSL 102.41º 0.51% 0.45% -
HSV(B) 102.41º 0.67% 0.67% -
XYZ 19.68 31.96 8.87 -
YUV 134.26 83.83 96.43 -
System Red Green Blue C M Y K H S L
Decimal 90 172 56 0.48 0 0.67 0.33 102.41 0.51 0.45
Hex 5A AC 38 30 0 43 21 66 33 2D
Octal 132 254 70 60 0 103 41 146 63 55
Binary 1011010 10101100 111000 110000 0 1000011 100001 1100110 110011 101101

Color Harmonies of #5AAC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAC38

Black with #5AAC38

Text Example


Text Example

White with #5AAC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,172,56); }

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

background-color css

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

 a { background-color: rgb(90,172,56); }

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

border-color css

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

 span { border-color: rgb(90,172,56); }

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