Html Css Color HEX #5AAC3F Apple

📋 copy color: '#5AAC3F'

red 90 ◦ green 172 ◦ blue 63

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

Shades of Apple #5AAC3F

Tints of Apple #5AAC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.38%

R = 27.69%
G = 52.92%
B = 19.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#5AAC3F (or 0x5AAC3F) is known color: Apple. HEX triplet: 5A, AC and 3F. RGB value is (90,172,63). Sum of RGB (Red+Green+Blue) = 90+172+63=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAC3F is #A553C0. Grayscale: #878787. Windows color (decimal): -10834881 or 4172890. OLE color: 4172890.

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

Color convert

RGB 90 172 63 -
CMYK 0.48 0 0.63 0.33
HSL 105.14º 0.46% 0.46% -
HSV(B) 105.14º 0.63% 0.67% -
XYZ 19.87 32.04 9.84 -
YUV 135.06 87.33 95.86 -
System Red Green Blue C M Y K H S L
Decimal 90 172 63 0.48 0 0.63 0.33 105.14 0.46 0.46
Hex 5A AC 3F 30 0 3F 21 69 2E 2E
Octal 132 254 77 60 0 77 41 151 56 56
Binary 1011010 10101100 111111 110000 0 111111 100001 1101001 101110 101110

Color Harmonies of #5AAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAC3F

Black with #5AAC3F

Text Example


Text Example

White with #5AAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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