Html Css Color HEX #52A160 Fruit Salad

📋 copy color: '#52A160'

red 82 ◦ green 161 ◦ blue 96

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

Shades of Fruit Salad #52A160

Tints of Fruit Salad #52A160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.49%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 24.19%
G = 47.49%
B = 28.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#52A160 (or 0x52A160) is known color: Fruit Salad. HEX triplet: 52, A1 and 60. RGB value is (82,161,96). Sum of RGB (Red+Green+Blue) = 82+161+96=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #52A160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A160 is #AD5E9F. Grayscale: #828282. Windows color (decimal): -11361952 or 6332754. OLE color: 6332754.

HSL color Cylindrical-coordinate representation of color #52A160: hue angle of 130.63º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A160 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 161 96 -
CMYK 0.49 0 0.40 0.37
HSL 130.63º 0.33% 0.48% -
HSV(B) 130.63º 0.49% 0.63% -
XYZ 18.34 28.13 15.53 -
YUV 129.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 82 161 96 0.49 0 0.40 0.37 130.63 0.33 0.48
Hex 52 A1 60 31 0 28 25 83 21 30
Octal 122 241 140 61 0 50 45 203 41 60
Binary 1010010 10100001 1100000 110001 0 101000 100101 10000011 100001 110000

Color Harmonies of #52A160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A160

Black with #52A160

Text Example


Text Example

White with #52A160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,161,96); }

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

background-color css

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

 a { background-color: rgb(82,161,96); }

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

border-color css

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

 span { border-color: rgb(82,161,96); }

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