Html Css Color HEX #A0C053 Celery

📋 copy color: '#A0C053'

red 160 ◦ green 192 ◦ blue 83

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

Shades of Celery #A0C053

Tints of Celery #A0C053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.08%

R = 36.78%
G = 44.14%
B = 19.08%

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

#A0C053 (or 0xA0C053) is known color: Celery. HEX triplet: A0, C0 and 53. RGB value is (160,192,83). Sum of RGB (Red+Green+Blue) = 160+192+83=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C053 is #5F3FAC. Grayscale: #AAAAAA. Windows color (decimal): -6242221 or 5488800. OLE color: 5488800.

HSL color Cylindrical-coordinate representation of color #A0C053: hue angle of 77.61º degrees, saturation: 0.46, 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 #A0C053 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 83 -
CMYK 0.17 0 0.57 0.25
HSL 77.61º 0.46% 0.54% -
HSV(B) 77.61º 0.57% 0.75% -
XYZ 34.91 45.8 15.18 -
YUV 170.01 78.9 120.86 -
System Red Green Blue C M Y K H S L
Decimal 160 192 83 0.17 0 0.57 0.25 77.61 0.46 0.54
Hex A0 C0 53 11 0 39 19 4E 2E 36
Octal 240 300 123 21 0 71 31 116 56 66
Binary 10100000 11000000 1010011 10001 0 111001 11001 1001110 101110 110110

Color Harmonies of #A0C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C053

Black with #A0C053

Text Example


Text Example

White with #A0C053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C053; }

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

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

background-color css

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

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

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

border-color css

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

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

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