Html Css Color HEX #A0C051 Celery

📋 copy color: '#A0C051'

red 160 ◦ green 192 ◦ blue 81

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

Shades of Celery #A0C051

Tints of Celery #A0C051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.71%

R = 36.95%
G = 44.34%
B = 18.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#A0C051 (or 0xA0C051) is known color: Celery. HEX triplet: A0, C0 and 51. RGB value is (160,192,81). Sum of RGB (Red+Green+Blue) = 160+192+81=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C051 is #5F3FAE. Grayscale: #AAAAAA. Windows color (decimal): -6242223 or 5357728. OLE color: 5357728.

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

Color convert

RGB 160 192 81 -
CMYK 0.17 0 0.58 0.25
HSL 77.3º 0.47% 0.54% -
HSV(B) 77.3º 0.58% 0.75% -
XYZ 34.83 45.77 14.78 -
YUV 169.78 77.9 121.03 -
System Red Green Blue C M Y K H S L
Decimal 160 192 81 0.17 0 0.58 0.25 77.3 0.47 0.54
Hex A0 C0 51 11 0 3A 19 4D 2F 36
Octal 240 300 121 21 0 72 31 115 57 66
Binary 10100000 11000000 1010001 10001 0 111010 11001 1001101 101111 110110

Color Harmonies of #A0C051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C051

Black with #A0C051

Text Example


Text Example

White with #A0C051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C051; }

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

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

background-color css

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

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

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

border-color css

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

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

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