Html Css Color HEX #5AAC3D Apple

📋 copy color: '#5AAC3D'

red 90 ◦ green 172 ◦ blue 61

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

Shades of Apple #5AAC3D

Tints of Apple #5AAC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 27.86%
G = 53.25%
B = 18.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#5AAC3D (or 0x5AAC3D) is known color: Apple. HEX triplet: 5A, AC and 3D. RGB value is (90,172,61). Sum of RGB (Red+Green+Blue) = 90+172+61=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAC3D is #A553C2. Grayscale: #878787. Windows color (decimal): -10834883 or 4041818. OLE color: 4041818.

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

Color convert

RGB 90 172 61 -
CMYK 0.48 0 0.65 0.33
HSL 104.32º 0.48% 0.46% -
HSV(B) 104.32º 0.65% 0.67% -
XYZ 19.81 32.02 9.55 -
YUV 134.83 86.33 96.03 -
System Red Green Blue C M Y K H S L
Decimal 90 172 61 0.48 0 0.65 0.33 104.32 0.48 0.46
Hex 5A AC 3D 30 0 41 21 68 30 2E
Octal 132 254 75 60 0 101 41 150 60 56
Binary 1011010 10101100 111101 110000 0 1000001 100001 1101000 110000 101110

Color Harmonies of #5AAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAC3D

Black with #5AAC3D

Text Example


Text Example

White with #5AAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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