Html Css Color HEX #A0C052 Celery

📋 copy color: '#A0C052'

red 160 ◦ green 192 ◦ blue 82

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

Shades of Celery #A0C052

Tints of Celery #A0C052

RGB

 RED value IS 160 (62.89% from 255) = 36.87%

 GREEN value IS 192 (75.39% from 255) = 44.24%

 BLUE value IS 82 (32.42% from 255) = 18.89%

R = 36.87%
G = 44.24%
B = 18.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#A0C052 (or 0xA0C052) is known color: Celery. HEX triplet: A0, C0 and 52. RGB value is (160,192,82). Sum of RGB (Red+Green+Blue) = 160+192+82=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C052 is #5F3FAD. Grayscale: #AAAAAA. Windows color (decimal): -6242222 or 5423264. OLE color: 5423264.

HSL color Cylindrical-coordinate representation of color #A0C052: hue angle of 77.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0C052 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 82 -
CMYK 0.17 0 0.57 0.25
HSL 77.45º 0.47% 0.54% -
HSV(B) 77.45º 0.57% 0.75% -
XYZ 34.87 45.78 14.98 -
YUV 169.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 160 192 82 0.17 0 0.57 0.25 77.45 0.47 0.54
Hex A0 C0 52 11 0 39 19 4D 2F 36
Octal 240 300 122 21 0 71 31 115 57 66
Binary 10100000 11000000 1010010 10001 0 111001 11001 1001101 101111 110110

Color Harmonies of #A0C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C052

Black with #A0C052

Text Example


Text Example

White with #A0C052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C052; }

 p { color: rgb(160,192,82); }

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

background-color css

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

 a { background-color: rgb(160,192,82); }

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

border-color css

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

 span { border-color: rgb(160,192,82); }

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