Html Css Color HEX #53AC3F Apple

📋 copy color: '#53AC3F'

red 83 ◦ green 172 ◦ blue 63

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

Shades of Apple #53AC3F

Tints of Apple #53AC3F

RGB

 RED value IS 83 (32.81% from 255) = 26.1%

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

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

R = 26.1%
G = 54.09%
B = 19.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#53AC3F (or 0x53AC3F) is known color: Apple. HEX triplet: 53, AC and 3F. RGB value is (83,172,63). Sum of RGB (Red+Green+Blue) = 83+172+63=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AC3F is #AC53C0. Grayscale: #858585. Windows color (decimal): -11293633 or 4172883. OLE color: 4172883.

HSL color Cylindrical-coordinate representation of color #53AC3F: hue angle of 108.99º 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 #53AC3F is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 172 63 -
CMYK 0.52 0 0.63 0.33
HSL 108.99º 0.46% 0.46% -
HSV(B) 108.99º 0.63% 0.67% -
XYZ 19.22 31.7 9.81 -
YUV 132.96 88.51 92.36 -
System Red Green Blue C M Y K H S L
Decimal 83 172 63 0.52 0 0.63 0.33 108.99 0.46 0.46
Hex 53 AC 3F 34 0 3F 21 6D 2E 2E
Octal 123 254 77 64 0 77 41 155 56 56
Binary 1010011 10101100 111111 110100 0 111111 100001 1101101 101110 101110

Color Harmonies of #53AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC3F

Black with #53AC3F

Text Example


Text Example

White with #53AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53AC3F; }

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

 H1.HeaderClassName
 {
   color: #53AC3F;
 }
 .AnyTagClassName
 {
   color: #53AC3F;
 }
</style>

background-color css

<style>
 a { background-color: #53AC3F; }

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

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

border-color css

<style>
 span { border-color: #53AC3F; }

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

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