Html Css Color HEX #52AD3C Apple

📋 copy color: '#52AD3C'

red 82 ◦ green 173 ◦ blue 60

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

Shades of Apple #52AD3C

Tints of Apple #52AD3C

RGB

 RED value IS 82 (32.42% from 255) = 26.03%

 GREEN value IS 173 (67.97% from 255) = 54.92%

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 26.03%
G = 54.92%
B = 19.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#52AD3C (or 0x52AD3C) is known color: Apple. HEX triplet: 52, AD and 3C. RGB value is (82,173,60). Sum of RGB (Red+Green+Blue) = 82+173+60=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD3C is #AD52C3. Grayscale: #858585. Windows color (decimal): -11358916 or 3976530. OLE color: 3976530.

HSL color Cylindrical-coordinate representation of color #52AD3C: hue angle of 108.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52AD3C is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 60 -
CMYK 0.53 0 0.65 0.32
HSL 108.32º 0.48% 0.46% -
HSV(B) 108.32º 0.65% 0.68% -
XYZ 19.24 32.01 9.44 -
YUV 132.91 86.85 91.69 -
System Red Green Blue C M Y K H S L
Decimal 82 173 60 0.53 0 0.65 0.32 108.32 0.48 0.46
Hex 52 AD 3C 35 0 41 20 6C 30 2E
Octal 122 255 74 65 0 101 40 154 60 56
Binary 1010010 10101101 111100 110101 0 1000001 100000 1101100 110000 101110

Color Harmonies of #52AD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD3C

Black with #52AD3C

Text Example


Text Example

White with #52AD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AD3C; }

 p { color: rgb(82,173,60); }

 H1.HeaderClassName
 {
   color: #52AD3C;
 }
 .AnyTagClassName
 {
   color: #52AD3C;
 }
</style>

background-color css

<style>
 a { background-color: #52AD3C; }

 a { background-color: rgb(82,173,60); }

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

border-color css

<style>
 span { border-color: #52AD3C; }

 span { border-color: rgb(82,173,60); }

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